Searched refs:stopY (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 367 const int stopY = s.fPixmap.height(); in Repeat_S32_D32_nofilter_trans_shaderproc() local 369 int iy = sk_int_mod(s.fFilterOneY + y, stopY); in Repeat_S32_D32_nofilter_trans_shaderproc() 451 const int stopY = s.fPixmap.height(); in S32_D32_constX_shaderproc() local 454 iY0 = SkTPin(yTemp, 0, stopY-1); in S32_D32_constX_shaderproc() 457 iY0 = sk_int_mod(yTemp, stopY); in S32_D32_constX_shaderproc() 461 iY0 = sk_int_mirror(yTemp, stopY); in S32_D32_constX_shaderproc() 479 iY2 = SkTPin(iY2, 0, stopY-1); in S32_D32_constX_shaderproc() 482 iY2 = sk_int_mod(iY2, stopY); in S32_D32_constX_shaderproc() 486 iY2 = sk_int_mirror(iY2, stopY); in S32_D32_constX_shaderproc()
|
H A D | SkMaskFilter.cpp | 146 int stopY = startY + r.height(); in draw_nine_clipped() local 148 for (int y = startY; y < stopY; ++y) { in draw_nine_clipped() 159 int stopY = startY + r.height(); in draw_nine_clipped() local 161 for (int y = startY; y < stopY; ++y) { in draw_nine_clipped()
|
H A D | SkAAClip.cpp | 1945 const int stopY = y + clip.height(); 1951 localStopY = std::min(localStopY + 1, stopY); 1962 } while (y < stopY);
|
Completed in 5 milliseconds