Searched refs:aSubstVector (Results 1 – 2 of 2) sorted by relevance
246 SubstVector aSubstVector; in ReadGSUB() local261 aSubstVector.reserve( nCntGlyph ); in ReadGSUB()265 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ReadGSUB()282 … aSubstVector.push_back( GlyphSubst( static_cast<sal_uInt16>(j + nCovIdx), 0 ) ); in ReadGSUB()288 SubstVector::iterator subst_it( aSubstVector.begin() ); in ReadGSUB()296 for(; subst_it != aSubstVector.end(); ++subst_it ) in ReadGSUB()304 … for( int i = nCntGlyph; (subst_it != aSubstVector.end()) && (--i>=0); ++subst_it ) in ReadGSUB()316 if( aSubstVector.size() > 0 ) in ReadGSUB()320 for( subst_it = aSubstVector.begin(); subst_it != aSubstVector.end(); ++subst_it ) in ReadGSUB()
2531 SubstVector aSubstVector; in ApplyGSUB() local2542 aSubstVector.reserve( nCntGlyph ); in ApplyGSUB()2547 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ApplyGSUB()2563 … aSubstVector.push_back( GlyphSubst( static_cast<sal_uInt16>(j + nCovIdx), 0 ) ); in ApplyGSUB()2569 SubstVector::iterator it( aSubstVector.begin() ); in ApplyGSUB()2577 for(; it != aSubstVector.end(); ++it ) in ApplyGSUB()2586 for( int i = nCntGlyph; (it != aSubstVector.end()) && (--i>=0); ++it ) in ApplyGSUB()2596 DBG_ASSERT( (it == aSubstVector.end()), "lookup<->coverage table mismatch" ); in ApplyGSUB()2598 for( it = aSubstVector.begin(); it != aSubstVector.end(); ++it ) in ApplyGSUB()
Completed in 25 milliseconds