Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx246 SubstVector aSubstVector; in ReadGSUB() local
261 aSubstVector.reserve( nCntGlyph ); in ReadGSUB()
265 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ReadGSUB()
282aSubstVector.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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2531 SubstVector aSubstVector; in ApplyGSUB() local
2542 aSubstVector.reserve( nCntGlyph ); in ApplyGSUB()
2547 aSubstVector.push_back( GlyphSubst( nGlyphId, 0 ) ); in ApplyGSUB()
2563aSubstVector.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 36 milliseconds