Searched refs:GlyphsHighest (Results 1 – 1 of 1) sorted by relevance
1758 int GlyphsHighest; // Highest requested codepoint member1768 int GlyphsHighest; member1832 src_tmp.GlyphsHighest = ImMax(src_tmp.GlyphsHighest, (int)src_range[1]); in ImFontAtlasBuildWithStbTruetype()1834 dst_tmp.GlyphsHighest = ImMax(dst_tmp.GlyphsHighest, src_tmp.GlyphsHighest); in ImFontAtlasBuildWithStbTruetype()1844 src_tmp.GlyphsSet.Resize(src_tmp.GlyphsHighest + 1); in ImFontAtlasBuildWithStbTruetype()1846 dst_tmp.GlyphsSet.Resize(dst_tmp.GlyphsHighest + 1); in ImFontAtlasBuildWithStbTruetype()