Searched refs:slop1 (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/rasops/ |
| D | rasops.c | 927 int full1, height, cnt, slop1, slop2, row, col; local 944 slop1 = (4 - ((long)rp & 3)) & 3; 946 if (slop1 > ri->ri_xscale) 947 slop1 = ri->ri_xscale; 949 slop2 = (ri->ri_xscale - slop1) & 3; 950 full1 = (ri->ri_xscale - slop1 - slop2) >> 2; 952 if ((slop1 | slop2) == 0) { 969 if (slop1 & 1) 972 if (slop1 & 2) { 1000 int n8, height, cnt, slop1, slop2, clr; local [all …]
|