Searched refs:iLastGlyph (Results 1 – 1 of 1) sorted by relevance
1070 Glyphs::iterator iLastGlyph = mvGlyphs.begin() + (mvGlyphs.size() - 1); in expandOrCondense() local1072 …ctor = static_cast<float>(rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth) / static_cast<float>(iLas… in expandOrCondense()1076 iLastGlyph->maLinearPos.X() = rArgs.mnLayoutWidth - iLastGlyph->mnOrigWidth; in expandOrCondense()1078 while (iGlyph != iLastGlyph) in expandOrCondense()