Searched refs:stbtt_GetGlyphBitmapBox (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 902 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … 2647 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() function 3675 stbtt_GetGlyphBitmapBox(&f, g, scale,scale, &x0,&y0,&x1,&y1); in stbtt_BakeFontBitmap_internal() 4079 stbtt_GetGlyphBitmapBox(info, glyph, in stbtt_PackFontRangesRenderIntoRects()
|