Searched refs:nAttachedBase (Results 1 – 1 of 1) sorted by relevance
218 int nAttachedBase = (*(info.attachedClusterBase())).logicalIndex(); in fill_from() local220 !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 14 milliseconds