Searched refs:glyph_adv (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ ! |
H A D | graphite_layout.cxx | 1404 ::Point & aPosOut, int &glyph_slot, sal_Int32 * glyph_adv, int *char_index) const in GetNextGlyphs() argument 1465 if (glyph_adv) // If we are returning advance store it. in GetNextGlyphs() 1466 *glyph_adv++ = nGlyphAdvance; in GetNextGlyphs()
|
/aoo4110/main/vcl/win/source/gdi/ ! |
H A D | winlayout.cxx | 2997 ::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);
|
Completed in 79 milliseconds