Lines Matching refs:xoff
366 int xoff = (xf16 >> 16) - 1; in kernelU4() local
367 int xclip = rsMax(0, xoff) - xoff; in kernelU4()
374 xoff += xclip; in kernelU4()
379 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU4()
380 xclip, srcWidth - xoff + xclip, in kernelU4()
443 int xoff = (xf16 >> 16) - 1; in kernelU2() local
444 int xclip = rsMax(0, xoff) - xoff; in kernelU2()
451 xoff += xclip; in kernelU2()
456 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU2()
457 xclip, srcWidth - xoff + xclip, in kernelU2()
521 int xoff = (xf16 >> 16) - 1; in kernelU1() local
522 int xclip = rsMax(0, xoff) - xoff; in kernelU1()
529 xoff += xclip; in kernelU1()
534 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU1()
535 xclip, srcWidth - xoff + xclip, in kernelU1()