Searched refs:sk_int_mod (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 30 static inline int sk_int_mod(int x, int n) { in sk_int_mod() function 231 return sk_int_mod(x, n); in int_repeat() 235 x = sk_int_mod(x, 2 * n); in int_mirror() 399 int start = sk_int_mod(xpos, width); in repeatx_nofilter_trans() 442 int start = sk_int_mod(xpos, 2 * width); in mirrorx_nofilter_trans()
|
D | SkBitmapProcState.cpp | 419 static inline int sk_int_mod(int x, int n) { in sk_int_mod() function 432 x = sk_int_mod(x, 2 * n); in sk_int_mirror() 452 int iy = sk_int_mod(s.fFilterOneY + y, stopY); in Repeat_S32_D32_nofilter_trans_shaderproc() 455 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc() 517 iY0 = sk_int_mod(yTemp, stopY); in S32_D32_constX_shaderproc() 543 iY2 = sk_int_mod(iY2, stopY); in S32_D32_constX_shaderproc()
|