Home
last modified time | relevance | path

Searched refs:iy1 (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/video/
Dstb_truetype.h785 …ntinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
792 …loat scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
802 …t_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
803 …float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
1562 … float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBoxSubpixel() argument
1570 if (iy1) *iy1 = 0; in stbtt_GetGlyphBitmapBoxSubpixel()
1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
1580 …tt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetGlyphBitmapBox() argument
1582 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox()
1585 …float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1) in stbtt_GetCodepointBitmapBoxSubpixel() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp238 const int iy1 = std::max(deRoundFloatToInt32(y1), 0); in getSubregion() local
241 return tcu::getSubregion(image, ix1, iy1, ix2 - ix1, iy2 - iy1); in getSubregion()
/external/skqp/src/core/
DSkScan_Hairline.cpp136 int iy1 = SkFDot6Round(y1); in HairLineRgn() local
137 if (iy0 == iy1) { // too short to draw in HairLineRgn()
144 vertline(iy0, iy1, startX, slope, blitter); in HairLineRgn()
/external/skia/src/core/
DSkScan_Hairline.cpp136 int iy1 = SkFDot6Round(y1); in HairLineRgn() local
137 if (iy0 == iy1) { // too short to draw in HairLineRgn()
144 vertline(iy0, iy1, startX, slope, blitter); in HairLineRgn()
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp737 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference() local
750 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp684 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference() local
697 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c880 int iy1 = trimmed_box.y1 / TILE_SIZE; in lp_setup_bin_triangle() local
903 for (y = iy0; y <= iy1; y++) in lp_setup_bin_triangle()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp346 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); in setPixelColors() local
348 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp441 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); in setPixelColors() local
443 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2364 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference() local
2377 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()