Searched refs:sk_int_mod (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp21 static inline int sk_int_mod(int x, int n) { function
220 return sk_int_mod(x, n);
224 x = sk_int_mod(x, 2 * n);
391 int start = sk_int_mod(xpos, width);
434 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp626 static inline int sk_int_mod(int x, int n) { function
639 x = sk_int_mod(x, 2 * n);
658 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
664 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
673 ix = sk_int_mod(ix, stopX);
737 iY0 = sk_int_mod(yTemp, stopY);
764 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp21 static inline int sk_int_mod(int x, int n) { function
220 return sk_int_mod(x, n);
224 x = sk_int_mod(x, 2 * n);
391 int start = sk_int_mod(xpos, width);
434 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp696 static inline int sk_int_mod(int x, int n) { function
709 x = sk_int_mod(x, 2 * n);
728 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
734 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
743 ix = sk_int_mod(ix, stopX);
807 iY0 = sk_int_mod(yTemp, stopY);
834 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);

Completed in 108 milliseconds