Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx330 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in ReleaseGSUB() local
331 if( pGlyphSubstitution ) in ReleaseGSUB()
332 delete pGlyphSubstitution; in ReleaseGSUB()
337 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in UseGSUB() local
338 if( pGlyphSubstitution != 0 ) in UseGSUB()
340 …GlyphSubstitution::const_iterator it( pGlyphSubstitution->find( sal::static_int_cast<sal_uInt16>(n… in UseGSUB()
341 if( it != pGlyphSubstitution->end() ) in UseGSUB()
350 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in HasVerticalGSUB() local
351 return pGlyphSubstitution ? +1 : 0; in HasVerticalGSUB()

Completed in 11 milliseconds