Home
last modified time | relevance | path

Searched refs:glyph_slot (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1408 ::Point & aPosOut, int &glyph_slot, sal_Int32 * glyph_adv, int *char_index) const in GetNextGlyphs() argument
1411 if (glyph_slot >= signed(mvGlyphs.size())) in GetNextGlyphs()
1413 glyph_slot = mvGlyphs.size(); in GetNextGlyphs()
1416 assert(glyph_slot >= 0); in GetNextGlyphs()
1418 for (; glyph_slot < signed(mvGlyphs.size()) && in GetNextGlyphs()
1419 ((mvGlyphs.begin() + glyph_slot)->maGlyphId == GF_DROPPED); in GetNextGlyphs()
1420 ++glyph_slot) {}; in GetNextGlyphs()
1423 const int nGlyphSlotEnd = std::min(size_t(glyph_slot + length), mvGlyphs.size()); in GetNextGlyphs()
1426 if (glyph_slot == nGlyphSlotEnd) in GetNextGlyphs()
1432 Glyphs::const_iterator glyph_itr = mvGlyphs.begin() + glyph_slot; in GetNextGlyphs()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2997 ::Point & pos_out, int &glyph_slot, long * glyph_adv, int *char_index) const argument
3001 return maImpl.GetNextGlyphs(length, glyph_out, pos_out, glyph_slot, glyph_adv, char_index);