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.cpp27 static inline int sk_int_mod(int x, int n) { function
186 return sk_int_mod(x, n);
190 x = sk_int_mod(x, 2 * n);
364 int start = sk_int_mod(xpos, width);
407 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp596 static inline int sk_int_mod(int x, int n) { function
609 x = sk_int_mod(x, 2 * n);
628 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
634 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
643 ix = sk_int_mod(ix, stopX);
707 iY0 = sk_int_mod(yTemp, stopY);
734 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp27 static inline int sk_int_mod(int x, int n) { function
186 return sk_int_mod(x, n);
190 x = sk_int_mod(x, 2 * n);
364 int start = sk_int_mod(xpos, width);
407 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp596 static inline int sk_int_mod(int x, int n) { function
609 x = sk_int_mod(x, 2 * n);
628 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
634 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
643 ix = sk_int_mod(ix, stopX);
707 iY0 = sk_int_mod(yTemp, stopY);
734 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);

Completed in 164 milliseconds