Searched refs:nCntGlyph (Results 1 – 2 of 2) sorted by relevance
257 const sal_uInt16 nCntGlyph = NEXT_UShort( pCoverage ); in ReadGSUB() local258 if( pGsubLimit < pCoverage + 2 * nCntGlyph ) in ReadGSUB()261 aSubstVector.reserve( nCntGlyph ); in ReadGSUB()262 for( sal_uInt16 i = 0; i < nCntGlyph; ++i ) in ReadGSUB()303 const sal_uInt16 nCntGlyph = NEXT_UShort( pSubLookup ); in ReadGSUB() local304 … for( int i = nCntGlyph; (subst_it != aSubstVector.end()) && (--i>=0); ++subst_it ) in ReadGSUB()
2540 const sal_uInt16 nCntGlyph = GetUShort( pCoverage ); in ApplyGSUB() local2542 aSubstVector.reserve( nCntGlyph ); in ApplyGSUB()2543 for( sal_uInt16 i = 0; i < nCntGlyph; ++i ) in ApplyGSUB()2584 const sal_uInt16 nCntGlyph = GetUShort( pSubLookup ); in ApplyGSUB() local2586 for( int i = nCntGlyph; (it != aSubstVector.end()) && (--i>=0); ++it ) in ApplyGSUB()
Completed in 30 milliseconds