Searched refs:stbtt_MakeGlyphBitmap (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 899 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, … 3617 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, … in stbtt_MakeGlyphBitmap() function 3684 stbtt_MakeGlyphBitmap(&f, pixels+x+y*pw, gw,gh,pw, scale,scale, g); in stbtt_BakeFontBitmap_internal()
|