Searched refs:pGlyphSubstitution (Results 1 – 1 of 1) sorted by relevance
330 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in ReleaseGSUB() local331 if( pGlyphSubstitution ) in ReleaseGSUB()332 delete pGlyphSubstitution; in ReleaseGSUB()337 GlyphSubstitution* pGlyphSubstitution = (GlyphSubstitution*)pTTFile->pGSubstitution; in UseGSUB() local338 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() local351 return pGlyphSubstitution ? +1 : 0; in HasVerticalGSUB()
Completed in 7 milliseconds