Home
last modified time | relevance | path

Searched refs:glyph_itr (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1428 Glyphs::const_iterator glyph_itr = mvGlyphs.begin() + glyph_slot; in GetNextGlyphs() local
1430 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 23 milliseconds