Searched refs:glyph_itr (Results 1 – 1 of 1) sorted by relevance
1428 Glyphs::const_iterator glyph_itr = mvGlyphs.begin() + glyph_slot; in GetNextGlyphs() local1430 const int initial_y_pos = glyph_itr->maLinearPos.Y(); in GetNextGlyphs()1433 ::Point aStartPos = glyph_itr->maLinearPos; in GetNextGlyphs()1451 *glyph_out++ = glyph_itr->maGlyphId; in GetNextGlyphs()1456 glyph_itr->mnNewWidth : in GetNextGlyphs()1457 ((glyph_itr+1)->maLinearPos.X() - glyph_itr->maLinearPos.X()); in GetNextGlyphs()1461 …GLYPH_INDEX_MASK&mvGlyph2Char[glyph_slot-1], glyph_itr->maLinearPos.X(), glyph_itr->maLinearPos.Y(… in GetNextGlyphs()1468 if (glyph_itr->mnOrigWidth != nGlyphAdvance) break; in GetNextGlyphs()1474 ++glyph_itr; in GetNextGlyphs()1476 if (initial_y_pos != glyph_itr->maLinearPos.Y()) in GetNextGlyphs()[all …]
Completed in 15 milliseconds