Searched refs:iy1 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cvaux/src/
H A Ddecomppoly.cpp151 int ix0, iy0, ix1, iy1, ix2, iy2;
202 iy1 = y3 - y1;
217 det = ix2 * iy1 - ix1 * iy2;
224 det2 = ix1 * iy0 - ix0 * iy1;
/external/skia/src/core/
H A DSkScan_Hairline.cpp130 int iy1 = SkFDot6Round(y1);
131 if (iy0 == iy1) { // too short to draw
138 vertline(iy0, iy1, startX, slope, blitter);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp700 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); local
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
713 for (int iy = iy0; iy < iy1; iy++)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c668 int iy1 = trimmed_box.y1 / TILE_SIZE; local
691 for (y = iy0; y <= iy1; y++)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp343 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local
345 for (int iy = iy0; iy < iy1; iy++)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp439 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local
441 for (int iy = iy0; iy < iy1; iy++)

Completed in 122 milliseconds