Home
last modified time | relevance | path

Searched refs:nGlyphPos (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1645 int nGlyphPos = mpLogClusters[c] + rVisualItem.mnMinGlyphPos; local
1647 if( mpOutGlyphs[ nGlyphPos ] != DROPPED_OUTGLYPH )
1651 mpOutGlyphs[ nGlyphPos ] = DROPPED_OUTGLYPH;
1653 if( ++nGlyphPos >= rVisualItem.mnEndGlyphPos )
1656 if( mpVisualAttrs[ nGlyphPos ].fClusterStart )
2309 int nGlyphPos = mpLogClusters[i] + nMinGlyphIndex; local
2310 if( 0 != mpVisualAttrs[ nGlyphPos ].fClusterStart )
2771 const int nGlyphPos = mpLogClusters[ nCharPos ] + nMinGlyphIndex; local
2772 if( nGlyphPos <= 0 )
2778 || ( mpVisualAttrs[ nGlyphPos-1 ].uJustification == SCRIPT_JUSTIFY_NONE
[all …]

Completed in 57 milliseconds