Searched refs:stbtt_GetGlyphBitmapBoxSubpixel (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 803 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() function 1582 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox() 1587 …stbtt_GetGlyphBitmapBoxSubpixel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift… in stbtt_GetCodepointBitmapBoxSubpixel() 2436 …stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,&ix1,&i… in stbtt_GetGlyphBitmapSubpixel() 2472 stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,0,0); in stbtt_MakeGlyphBitmapSubpixel() 2861 stbtt_GetGlyphBitmapBoxSubpixel(info,glyph, in stbtt_PackFontRangesGatherRects()
|