Lines Matching refs:xoff
344 int xoff = (xf16 >> 16) - 1; in kernelU4() local
345 int xclip = rsMax(0, xoff) - xoff; in kernelU4()
352 xoff += xclip; in kernelU4()
357 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU4()
358 xclip, srcWidth - xoff + xclip, in kernelU4()
411 int xoff = (xf16 >> 16) - 1; in kernelU2() local
412 int xclip = rsMax(0, xoff) - xoff; in kernelU2()
419 xoff += xclip; in kernelU2()
424 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU2()
425 xclip, srcWidth - xoff + xclip, in kernelU2()
478 int xoff = (xf16 >> 16) - 1; in kernelU1() local
479 int xclip = rsMax(0, xoff) - xoff; in kernelU1()
486 xoff += xclip; in kernelU1()
491 yp0 + xoff, yp1 + xoff, yp2 + xoff, yp3 + xoff, in kernelU1()
492 xclip, srcWidth - xoff + xclip, in kernelU1()