Home
last modified time | relevance | path

Searched refs:glyph_itr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1432 Glyphs::const_iterator glyph_itr = mvGlyphs.begin() + glyph_slot; in GetNextGlyphs() local
1434 const int initial_y_pos = glyph_itr->maLinearPos.Y(); in GetNextGlyphs()
1437 ::Point aStartPos = glyph_itr->maLinearPos; in GetNextGlyphs()
1455 *glyph_out++ = glyph_itr->maGlyphId; in GetNextGlyphs()
1460 glyph_itr->mnNewWidth : in GetNextGlyphs()
1461 ((glyph_itr+1)->maLinearPos.X() - glyph_itr->maLinearPos.X()); in GetNextGlyphs()
1465 …GLYPH_INDEX_MASK&mvGlyph2Char[glyph_slot-1], glyph_itr->maLinearPos.X(), glyph_itr->maLinearPos.Y(… in GetNextGlyphs()
1472 if (glyph_itr->mnOrigWidth != nGlyphAdvance) break; in GetNextGlyphs()
1478 ++glyph_itr; in GetNextGlyphs()
1480 if (initial_y_pos != glyph_itr->maLinearPos.Y()) in GetNextGlyphs()
[all …]