Home
last modified time | relevance | path

Searched refs:iy2 (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Ddecomppoly.cpp151 int ix0, iy0, ix1, iy1, ix2, iy2;
208 iy2 = contour[ i + 1 ].y - contour[ i ].y;
212 iy2 = contour[ 0 ].y - contour[ i ].y;
217 det = ix2 * iy1 - ix1 * iy2;
218 det1 = ix2 * iy0 - ix0 * iy2;
/external/skia/src/core/
DSkBitmapProcState.cpp552 int iy2 = SkClampMax(SkScalarFloorToInt(pt.fY), maxY); in Clamp_S32_D32_nofilter_trans_shaderproc() local
555 SkASSERT(iy == iy2); in Clamp_S32_D32_nofilter_trans_shaderproc()
626 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY); in Repeat_S32_D32_nofilter_trans_shaderproc() local
629 SkASSERT(iy == iy2); in Repeat_S32_D32_nofilter_trans_shaderproc()