Searched refs:glyph_slot (Results 1 – 2 of 2) sorted by relevance
1407 if (glyph_slot >= signed(mvGlyphs.size())) in GetNextGlyphs()1409 glyph_slot = mvGlyphs.size(); in GetNextGlyphs()1412 assert(glyph_slot >= 0); in GetNextGlyphs()1414 for (; glyph_slot < signed(mvGlyphs.size()) && in GetNextGlyphs()1416 ++glyph_slot) {}; in GetNextGlyphs()1422 if (glyph_slot == nGlyphSlotEnd) in GetNextGlyphs()1443 assert((glyph_slot >= -1) && (glyph_slot < (signed)mvGlyph2Char.size())); in GetNextGlyphs()1444 if (mvGlyph2Char[glyph_slot] == -1) in GetNextGlyphs()1450 ++glyph_slot; in GetNextGlyphs()1471 if (glyph_slot == nGlyphSlotEnd) in GetNextGlyphs()[all …]
2997 ::Point & pos_out, int &glyph_slot, long * glyph_adv, int *char_index) const argument3001 return maImpl.GetNextGlyphs(length, glyph_out, pos_out, glyph_slot, glyph_adv, char_index);
Completed in 63 milliseconds