Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1838 int total_glyphs_count = 0; in ImFontAtlasBuildWithStbTruetype() local
1862 total_glyphs_count++; in ImFontAtlasBuildWithStbTruetype()
1883 buf_rects.resize(total_glyphs_count); in ImFontAtlasBuildWithStbTruetype()
1884 buf_packedchars.resize(total_glyphs_count); in ImFontAtlasBuildWithStbTruetype()