Searched refs:iY0 (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 478 int iY0; in S32_D32_constX_shaderproc() local 488 iY0 = xy[0] >> 18; in S32_D32_constX_shaderproc() 514 iY0 = SkClampMax(yTemp, stopY-1); in S32_D32_constX_shaderproc() 517 iY0 = sk_int_mod(yTemp, stopY); in S32_D32_constX_shaderproc() 521 iY0 = sk_int_mirror(yTemp, stopY); in S32_D32_constX_shaderproc() 551 SkASSERT(iY0 == iY2); in S32_D32_constX_shaderproc() 556 const SkPMColor* row0 = s.fPixmap.addr32(0, iY0); in S32_D32_constX_shaderproc()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2113 float iX0=-FLT_MAX, iX1=FLT_MAX, iY0=-FLT_MAX, iY1=FLT_MAX; in icvGetRectangles() local 2131 iY0 = MAX(iY0, p.y); in icvGetRectangles() 2135 inner = cv::Rect_<float>(iX0, iY0, iX1-iX0, iY1-iY0); in icvGetRectangles()
|