Lines Matching refs:mvGlyph2Char
576 mvGlyph2Char.clear(); in clear()
840 mvGlyph2Char = pSegRecord->glyph2Char(); in LayoutGlyphs()
863 mnWidth, mfScaling, mvChar2BaseGlyph, mvGlyph2Char, mvCharDxs); in LayoutGlyphs()
879 mvChar2BaseGlyph, mvGlyph2Char, in LayoutGlyphs()
1048 size_t nCharIndex = mvGlyph2Char[i]; in expandOrCondense()
1051 while (++nCharIndex < mvGlyph2Char.size()) in expandOrCondense()
1312 if (mvGlyph2Char[nCluster] == nCharSlot) in GetCaretPositions()
1341 if (mvGlyph2Char[nGlyph] == nCharSlot) in GetCaretPositions()
1443 assert((glyph_slot >= -1) && (glyph_slot < (signed)mvGlyph2Char.size())); in GetNextGlyphs()
1444 if (mvGlyph2Char[glyph_slot] == -1) in GetNextGlyphs()
1447 *char_index++ = mvGlyph2Char[glyph_slot]; in GetNextGlyphs()
1461 …GLYPH_INDEX_MASK&mvGlyph2Char[glyph_slot-1], glyph_itr->maLinearPos.X(), glyph_itr->maLinearPos.Y(… in GetNextGlyphs()
1508 … %ld\n", nGlyphIndex, mvGlyphs[nGlyphIndex].maLinearPos.X(), nNewPos, mvGlyph2Char[nGlyphIndex], d… in MoveGlyph()