/external/opencv/cvaux/src/ |
decomppoly.cpp | 151 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/ |
SkScan_Hairline.cpp | 130 int iy1 = SkFDot6Round(y1); 131 if (iy0 == iy1) { // too short to draw 138 vertline(iy0, iy1, startX, slope, blitter);
|
/external/deqp/modules/glshared/ |
glsShaderRenderCase.cpp | 684 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); local 695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1); 697 for (int iy = iy0; iy < iy1; iy++)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 668 int iy1 = trimmed_box.y1 / TILE_SIZE; local 691 for (y = iy0; y <= iy1; y++)
|
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 343 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local 345 for (int iy = iy0; iy < iy1; iy++) [all...] |
/external/opencv3/doc/pattern_tools/ |
svgfig.py | 733 iy1 = ymin 740 if ylogbase is not None and (iy1 <= 0. or iy2 <= 0.): 741 raise ValueError, "y range incompatible with log scaling: (%g, %g)" % (iy1, iy2) 758 yfunc = lambda y: oy1 + 1.*(y - iy1)/(iy2 - iy1) * (oy2 - oy1) 760 yfunc = lambda y: maybelog(y, iy1, iy2, oy1, oy2, ylogbase) 766 ix1, ix2, iy1, iy2, ox1, ox2, oy1, oy2, xlogstr, ylogstr)) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRender.cpp | 1788 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); local [all...] |
/external/opencv3/modules/imgproc/src/ |
imgwarp.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 439 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); local 441 for (int iy = iy0; iy < iy1; iy++) [all...] |