Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1840 int nGlyphsToSkip = nGlyphIndex - 1; in getGlyphSID() local
1843 pReadPtr += 2 * nGlyphsToSkip; in getGlyphSID()
1844 nGlyphsToSkip = 0; in getGlyphSID()
1847 while( nGlyphsToSkip >= 0) { in getGlyphSID()
1849 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1851 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
1856 while( nGlyphsToSkip >= 0) { in getGlyphSID()
1858 if( nGlyphsToSkip <= nLeft) in getGlyphSID()
1860 nGlyphsToSkip -= nLeft + 1; in getGlyphSID()
1870 nSID += nGlyphsToSkip; in getGlyphSID()

Completed in 27 milliseconds