Searched refs:nFirstGlyphInCluster (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 192 int nFirstGlyphInCluster = nLastGlyph; in fill_from() local 220 !in_range(nAttachedBase, nFirstGlyphInCluster, nGlyphIndex)) in fill_from() 223 nFirstGlyphInCluster != nGlyphIndex) in fill_from() 228 nNextChar, nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from() 234 nFirstGlyphInCluster = nGlyphIndex; in fill_from() 287 nFirstGlyphInCluster != nGlyphIndex) in fill_from() 292 nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from() 342 int nFirstCharInCluster, int nNextChar, int nFirstGlyphInCluster, in appendCluster() argument 349 gr::GlyphInfo aFirstGlyph = *(iGlyphs.first + nFirstGlyphInCluster); in appendCluster() 364 if (nFirstGlyphInCluster > 0) in appendCluster() [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_layout.hxx | 105 int nFirstGlyphInCluster, int nNextGlyph, float fScaling,
|
Completed in 11 milliseconds