Lines Matching refs:pTTFontFile

1867     TrueTypeFontFile* pTTFontFile = static_cast< TrueTypeFontFile* >(pFont);  in analyzeTrueTypeFile()  local
1868 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in analyzeTrueTypeFile()
1890 dotIndex = pTTFontFile->m_aFontFile.lastIndexOf( '.' ); in analyzeTrueTypeFile()
1892 dotIndex = pTTFontFile->m_aFontFile.getLength(); in analyzeTrueTypeFile()
1894 …m_nFamilyName = m_pAtoms->getAtom( ATOM_FAMILYNAME, OStringToOUString( pTTFontFile->m_aFontFile.co… in analyzeTrueTypeFile()
1996 pTTFontFile->m_nTypeFlags = (unsigned int)aInfo.typeFlags; in analyzeTrueTypeFile()
3067 TrueTypeFontFile* pTTFontFile = static_cast<TrueTypeFontFile*>(pFont); in isFontDownloadingAllowed() local
3068 if( pTTFontFile->m_nTypeFlags & TYPEFLAG_INVALID ) in isFontDownloadingAllowed()
3072 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in isFontDownloadingAllowed()
3077 pTTFontFile->m_nTypeFlags = (unsigned int)aInfo.typeFlags; in isFontDownloadingAllowed()
3082 unsigned int nCopyrightFlags = pTTFontFile->m_nTypeFlags & TYPEFLAG_COPYRIGHT_MASK; in isFontDownloadingAllowed()
3592 TrueTypeFontFile* pTTFontFile = static_cast< TrueTypeFontFile* >(pFont); in getAlternativeFamilyNames() local
3595 …if( OpenTTFontFile( aFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nC… in getAlternativeFamilyNames()
3685 TrueTypeFontFile* pTTFontFile = static_cast< TrueTypeFontFile* >(pFont); in createFontSubset() local
3686 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in createFontSubset()
3778 TrueTypeFontFile* pTTFontFile = static_cast< TrueTypeFontFile* >(pFont); in getGlyphWidths() local
3780 …if( OpenTTFontFile( aFromFile.GetBuffer(), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->… in getGlyphWidths()