Searched refs:mvChar2BaseGlyph (Results 1 – 4 of 4) sorted by relevance
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()[all …]
76 mvChar2BaseGlyph.clear(); in clearVectors()
60 mvChar2BaseGlyph.insert(mvChar2BaseGlyph.begin(),vChar2Base.begin(),vChar2Base.end()); in setGlyphVectors()72 const std::vector<int> & char2BaseGlyph() const { return mvChar2BaseGlyph; } in char2BaseGlyph()87 std::vector<int> mvChar2BaseGlyph; member in GrSegRecord
120 std::vector<int> mvChar2BaseGlyph; member in GraphiteLayout