Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1567 if (ix0) *ix0 = 0; in stbtt_GetGlyphBitmapBoxSubpixel()
1573 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x); 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()
2439 gbm.w = (ix1 - ix0); in stbtt_GetGlyphBitmapSubpixel()
2445 if (xoff ) *xoff = ix0; 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 …]