Home
last modified time | relevance | path

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

/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx175 glyph_range_t iGlyphs = rSegment.glyphs(); in fill_from() local
176 int nGlyphs = iGlyphs.second - iGlyphs.first; in fill_from()
177 gr::GlyphIterator prevBase = iGlyphs.second; in fill_from()
199 for (gi = iGlyphs.first + nGlyphIndex; in fill_from()
201 nGlyphIndex+= nDelta, gi = iGlyphs.first + nGlyphIndex) in fill_from()
346 glyph_range_t iGlyphs = rSeg.glyphs(); in appendCluster() local
347 int nGlyphs = iGlyphs.second - iGlyphs.first; in appendCluster()
349 gr::GlyphInfo aFirstGlyph = *(iGlyphs.first + nFirstGlyphInCluster); in appendCluster()
366 nPrevBreakWeight = (iGlyphs.first + (nFirstGlyphInCluster - 1))->breakweight(); in appendCluster()
405 gr::GlyphInfo aGlyph = *(iGlyphs.first + j); in appendCluster()
[all …]

Completed in 25 milliseconds