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

/external/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp29 static inline int sk_int_mod(int x, int n) { function
190 return sk_int_mod(x, n);
194 x = sk_int_mod(x, 2 * n);
358 int start = sk_int_mod(xpos, width);
401 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp279 static inline int sk_int_mod(int x, int n) { function
292 x = sk_int_mod(x, 2 * n);
312 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
315 ix = sk_int_mod(ix, stopX);
377 iY0 = sk_int_mod(yTemp, stopY);
403 iY2 = sk_int_mod(iY2, stopY);

Completed in 78 milliseconds