Lines Matching refs:Glyphs
2418 Glyphs.clear();
2431 for (int i = 0; i != Glyphs.Size; i++)
2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint);
2434 IM_ASSERT(Glyphs.Size < 0xFFFF); // -1 is reserved
2439 for (int i = 0; i < Glyphs.Size; i++)
2441 int codepoint = (int)Glyphs[i].Codepoint;
2442 IndexAdvanceX[codepoint] = Glyphs[i].AdvanceX;
2450 if (Glyphs.back().Codepoint != '\t') // So we can call this function multiple times
2451 Glyphs.resize(Glyphs.Size + 1);
2452 ImFontGlyph& tab_glyph = Glyphs.back();
2457 IndexLookup[(int)tab_glyph.Codepoint] = (ImWchar)(Glyphs.Size-1);
2486 Glyphs.resize(Glyphs.Size + 1);
2487 ImFontGlyph& glyph = Glyphs.back();
2529 return &Glyphs.Data[i];
2539 return &Glyphs.Data[i];