Lines Matching refs:left
120 | left # | # right | hsync |
171 (0, 0) is somewhere in the upper-left corner :-)
203 (0, 0) is somewhere in the upper-left corner :-)
223 panning needs an extra 64 pixels on the left to prefetch the pixels that
224 `fall off' on the left.
288 xres yres left right upper lower hsync vsync
299 xres yres left right upper lower hsync vsync
349 - the left visible part begins at 360 (SHRES; HIRES:180, LORES:90),
2606 int shift = dst_idx - src_idx, left, right;
2659 left = -shift & (BITS_PER_LONG - 1);
2670 *dst = comp(*src << left, *dst, first);
2675 *dst = comp(d0 << left | d1 >> right, *dst,
2690 *dst = comp(d0 << left | d1 >> right, *dst,
2702 *dst++ = d0 << left | d1 >> right;
2705 *dst++ = d0 << left | d1 >> right;
2708 *dst++ = d0 << left | d1 >> right;
2711 *dst++ = d0 << left | d1 >> right;
2717 *dst++ = d0 << left | d1 >> right;
2725 *dst = comp(d0 << left, *dst, last);
2729 *dst = comp(d0 << left | d1 >> right,
2746 int shift = dst_idx - src_idx, left, right;
2810 left = -shift & (BITS_PER_LONG - 1);
2818 *dst = comp(*src << left, *dst, first);
2826 *dst = comp(d0 >> right | d1 << left, *dst,
2835 *dst = comp(d0 << left, *dst, first);
2841 *dst = comp(d0 >> right | d1 << left, *dst,
2853 *dst-- = d0 >> right | d1 << left;
2856 *dst-- = d0 >> right | d1 << left;
2859 *dst-- = d0 >> right | d1 << left;
2862 *dst-- = d0 >> right | d1 << left;
2868 *dst-- = d0 >> right | d1 << left;
2874 if (m <= left) {
2880 *dst = comp(d0 >> right | d1 << left,
2898 int shift = dst_idx - src_idx, left, right;
2951 left = -shift & (BITS_PER_LONG - 1);
2962 *dst = comp(~*src << left, *dst, first);
2967 *dst = comp(d0 << left | d1 >> right, *dst,
2982 *dst = comp(d0 << left | d1 >> right, *dst,
2994 *dst++ = d0 << left | d1 >> right;
2997 *dst++ = d0 << left | d1 >> right;
3000 *dst++ = d0 << left | d1 >> right;
3003 *dst++ = d0 << left | d1 >> right;
3009 *dst++ = d0 << left | d1 >> right;
3017 *dst = comp(d0 << left, *dst, last);
3021 *dst = comp(d0 << left | d1 >> right,