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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1761 ImVector<int> GlyphsList; // Glyph codepoints list (flattened version of GlyphsMap) member in struct:ImFontBuildSrcData
1870 src_tmp.GlyphsList.reserve(src_tmp.GlyphsCount);
1871 UnpackBoolVectorToFlatIndexList(&src_tmp.GlyphsSet, &src_tmp.GlyphsList);
1873 IM_ASSERT(src_tmp.GlyphsList.Size == src_tmp.GlyphsCount);
1907 src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data;
1908 src_tmp.PackRange.num_chars = src_tmp.GlyphsList.Size;
1916 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++)
1919 const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i]);
2018 const int codepoint = src_tmp.GlyphsList[glyph_i];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1761 ImVector<int> GlyphsList; // Glyph codepoints list (flattened version of GlyphsMap) member in struct:ImFontBuildSrcData
1870 src_tmp.GlyphsList.reserve(src_tmp.GlyphsCount);
1871 UnpackBoolVectorToFlatIndexList(&src_tmp.GlyphsSet, &src_tmp.GlyphsList);
1873 IM_ASSERT(src_tmp.GlyphsList.Size == src_tmp.GlyphsCount);
1907 src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data;
1908 src_tmp.PackRange.num_chars = src_tmp.GlyphsList.Size;
1916 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++)
1919 const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i]);
2018 const int codepoint = src_tmp.GlyphsList[glyph_i];

Completed in 14 milliseconds