Searched refs:stbtt_InitFont (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 343 stbtt_InitFont(&font, ttf_buffer, stbtt_GetFontOffsetForIndex(ttf_buffer,0)); 384 stbtt_InitFont(&font, buffer, 0); 734 STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, int offset); 3663 if (!stbtt_InitFont(&f, data, offset)) in stbtt_BakeFontBitmap_internal() 4156 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata,font_index)); in stbtt_PackFontRanges() 4185 stbtt_InitFont(&info, fontdata, stbtt_GetFontOffsetForIndex(fontdata, index)); in stbtt_GetScaledFontVMetrics() 4784 STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, int offset) in stbtt_InitFont() function
|
D | imgui_draw.cpp | 1825 if (!stbtt_InitFont(&src_tmp.FontInfo, (unsigned char*)cfg.FontData, font_offset)) in ImFontAtlasBuildWithStbTruetype()
|