Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp280 static inline int sk_int_mod(int x, int n) {
293 return sk_int_mod(x, n);
297 x = sk_int_mod(x, 2 * n);
386 int start = sk_int_mod(xpos, width);
426 int start = sk_int_mod(xpos, 2 * width);
H A DSkBitmapProcState.cpp337 static inline int sk_int_mod(int x, int n) { in sk_int_mod() function
350 x = sk_int_mod(x, 2 * n); in sk_int_mirror()
369 int iy = sk_int_mod(s.fFilterOneY + y, stopY); in Repeat_S32_D32_nofilter_trans_shaderproc()
372 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc()
457 iY0 = sk_int_mod(yTemp, stopY); in S32_D32_constX_shaderproc()
482 iY2 = sk_int_mod(iY2, stopY); in S32_D32_constX_shaderproc()

Completed in 2 milliseconds