Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx665 const unsigned int maxGlyphCount = 8192; local
666 UINT numGlyphPortions = mnGlyphCount / maxGlyphCount;
667 UINT remainingGlyphs = mnGlyphCount % maxGlyphCount;
678 for( unsigned int n = 0; n < numGlyphPortions; ++n, i+=maxGlyphCount )
680 mpOutGlyphs+i, maxGlyphCount, mpGlyphAdvances+i );

Completed in 32 milliseconds