Searched refs:iy0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1568 if (iy0) *iy0 = 0; in stbtt_GetGlyphBitmapBoxSubpixel() 1574 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel() 1582 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox() 1592 … stbtt_GetCodepointBitmapBoxSubpixel(font, codepoint, scale_x, scale_y,0.0f,0.0f, ix0,iy0,ix1,iy1); in stbtt_GetCodepointBitmapBox() 2422 int ix0,iy0,ix1,iy1; in stbtt_GetGlyphBitmapSubpixel() local 2436 …stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,&ix1,&i… in stbtt_GetGlyphBitmapSubpixel() 2440 gbm.h = (iy1 - iy0); in stbtt_GetGlyphBitmapSubpixel() 2446 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel() 2467 int ix0,iy0; in stbtt_MakeGlyphBitmapSubpixel() local 2472 stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,0,0); in stbtt_MakeGlyphBitmapSubpixel() [all …]
|