Searched refs:buf_packedchars_out_n (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1891 int buf_packedchars_out_n = 0; local in function:ImFontAtlasBuildWithStbTruetype
1899 src_tmp.PackedChars = &buf_packedchars[buf_packedchars_out_n];
1901 buf_packedchars_out_n += src_tmp.GlyphsCount;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1891 int buf_packedchars_out_n = 0; local in function:ImFontAtlasBuildWithStbTruetype
1899 src_tmp.PackedChars = &buf_packedchars[buf_packedchars_out_n];
1901 buf_packedchars_out_n += src_tmp.GlyphsCount;

Completed in 14 milliseconds