Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2092 static const WCHAR cDroppedGlyph = DROPPED_OUTGLYPH; local
2096 if( mpOutGlyphs[ i ] == cDroppedGlyph )
2134 if( mpOutGlyphs[ j ] == cDroppedGlyph )
2142 while( (mpOutGlyphs[i] == cDroppedGlyph) && (i < nEndGlyphPos) )
2162 mpOutGlyphs[ i ] = cDroppedGlyph;
2168 if( mpOutGlyphs[ i ] == cDroppedGlyph )
2173 if( mpOutGlyphs[ i ] == cDroppedGlyph )

Completed in 51 milliseconds