Searched refs:sk_int_mod (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 29 static inline int sk_int_mod(int x, int n) { in sk_int_mod() function 190 return sk_int_mod(x, n); in int_repeat() 194 x = sk_int_mod(x, 2 * n); in int_mirror() 358 int start = sk_int_mod(xpos, width); in repeatx_nofilter_trans() 401 int start = sk_int_mod(xpos, 2 * width); in mirrorx_nofilter_trans()
|
D | SkBitmapProcState.cpp | 279 static inline int sk_int_mod(int x, int n) { in sk_int_mod() function 292 x = sk_int_mod(x, 2 * n); in sk_int_mirror() 312 int iy = sk_int_mod(s.fFilterOneY + y, stopY); in Repeat_S32_D32_nofilter_trans_shaderproc() 315 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc() 377 iY0 = sk_int_mod(yTemp, stopY); in S32_D32_constX_shaderproc() 403 iY2 = sk_int_mod(iY2, stopY); in S32_D32_constX_shaderproc()
|