Searched refs:stbtt_pack_range (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 628 } stbtt_pack_range; typedef 630 …t_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int … 664 …gesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int … 666 …enderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int … 3989 …gesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int … in stbtt_PackFontRangesGatherRects() 4045 …enderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int … in stbtt_PackFontRangesRenderIntoRects() 4132 …t_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int … in stbtt_PackFontRanges() 4171 stbtt_pack_range range; in stbtt_PackFontRange()
|
D | imgui_draw.cpp | 1753 …stbtt_pack_range PackRange; // Hold the list of codepoints to pack (essentially points…
|