Searched refs:stbtt_bakedchar (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 287 stbtt_bakedchar cdata[96]; // ASCII 32..126 is 95 glyphs 532 } stbtt_bakedchar; typedef 538 … stbtt_bakedchar *chardata); // you allocate this, it's num_chars long 550 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, // same data as… 3657 stbtt_bakedchar *chardata) in stbtt_BakeFontBitmap_internal() 3699 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, … in stbtt_GetBakedQuad() 3703 const stbtt_bakedchar *b = chardata + char_index; in stbtt_GetBakedQuad() 4769 int first_char, int num_chars, stbtt_bakedchar *chardata) in stbtt_BakeFontBitmap()
|