Home
last modified time | relevance | path

Searched refs:array_of_unicode_codepoints (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h624 …int *array_of_unicode_codepoints; // if non-zero, then this is an array of unicode codepoints member
4001 …t = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j… in stbtt_PackFontRangesGatherRects()
4069 …t = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j… in stbtt_PackFontRangesRenderIntoRects()
4173 range.array_of_unicode_codepoints = NULL; in stbtt_PackFontRange()
Dimgui_draw.cpp1907 src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data; in ImFontAtlasBuildWithStbTruetype()