Lines Matching refs:mvChar2BaseGlyph
575 mvChar2BaseGlyph.clear(); in clear()
839 mvChar2BaseGlyph = pSegRecord->char2BaseGlyph(); in LayoutGlyphs()
847 mvChar2BaseGlyph.assign(mnEndCharPos - mnMinCharPos, -1); in LayoutGlyphs()
863 mnWidth, mfScaling, mvChar2BaseGlyph, mvGlyph2Char, mvCharDxs); in LayoutGlyphs()
879 mvChar2BaseGlyph, mvGlyph2Char, in LayoutGlyphs()
924 if (mvChar2BaseGlyph[i] != -1) in GetTextBreak()
926 if (mvChar2BaseGlyph[i] & (WORD_BREAK_BEFORE | HYPHEN_BREAK_BEFORE)) in GetTextBreak()
955 assert( (mvChar2BaseGlyph[i] == -1) || in FillDXArray()
956 ((signed)(mvChar2BaseGlyph[i] & GLYPH_INDEX_MASK) < (signed)mvGlyphs.size())); in FillDXArray()
957 if (mvChar2BaseGlyph[i] != -1 && in FillDXArray()
958 mvGlyphs[mvChar2BaseGlyph[i] & GLYPH_INDEX_MASK].maGlyphId == GF_DROPPED) in FillDXArray()
1053 …int nChar2Base = (mvChar2BaseGlyph[nCharIndex] == -1)? -1 : (int)(mvChar2BaseGlyph[nCharIndex] & G… in expandOrCondense()
1107 … int nChar2Base = (mvChar2BaseGlyph[i] == -1)? -1 : (int)(mvChar2BaseGlyph[i] & GLYPH_INDEX_MASK); in ApplyDXArray()
1121 … int nChar2BaseJ = (mvChar2BaseGlyph[j] == -1)? -1 : (int)(mvChar2BaseGlyph[j] & GLYPH_INDEX_MASK); in ApplyDXArray()
1294 if (mvChar2BaseGlyph[nCharSlot] != -1) in GetCaretPositions()
1296 int nChar2Base = mvChar2BaseGlyph[nCharSlot] & GLYPH_INDEX_MASK; in GetCaretPositions()
1297 assert((mvChar2BaseGlyph[nCharSlot] > -1) && (nChar2Base < (signed)mvGlyphs.size())); in GetCaretPositions()