Searched refs:nGlyphsToSkip (Results 1 – 1 of 1) sorted by relevance
1840 int nGlyphsToSkip = nGlyphIndex - 1; in getGlyphSID() local1843 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 22 milliseconds