Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx257 const sal_uInt16 nCntGlyph = NEXT_UShort( pCoverage ); in ReadGSUB() local
258 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() local
304 … for( int i = nCntGlyph; (subst_it != aSubstVector.end()) && (--i>=0); ++subst_it ) in ReadGSUB()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2540 const sal_uInt16 nCntGlyph = GetUShort( pCoverage ); in ApplyGSUB() local
2542 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() local
2586 for( int i = nCntGlyph; (it != aSubstVector.end()) && (--i>=0); ++it ) in ApplyGSUB()

Completed in 33 milliseconds