Home
last modified time | relevance | path

Searched refs:glyph_slot (Results 1 – 2 of 2) sorted by last modified time

/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);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx1407 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 …]

Completed in 46 milliseconds