Searched refs:stbtt_GetGlyphBox (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 802 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int… 1590 STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *x0, int *y0, int … in stbtt_GetGlyphBox() function 1608 return stbtt_GetGlyphBox(info, stbtt_FindGlyphIndex(info,codepoint), x0,y0,x1,y1); in stbtt_GetCodepointBox() 2632 if (!stbtt_GetGlyphBox(font, glyph, &x0,&y0,&x1,&y1)) { in stbtt_GetGlyphBitmapBoxSubpixel()
|