Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx218 int nAttachedBase = (*(info.attachedClusterBase())).logicalIndex(); in fill_from() local
220 !in_range(nAttachedBase, nFirstGlyphInCluster, nGlyphIndex)) in fill_from()
236 nLastGlyph = (bRtl)? std::min(nGlyphIndex, nAttachedBase) : in fill_from()
237 std::max(nGlyphIndex, nAttachedBase); in fill_from()

Completed in 18 milliseconds