Searched refs:pTTFontFile (Results 1 – 1 of 1) sorted by relevance
1867 TrueTypeFontFile* pTTFontFile = static_cast< TrueTypeFontFile* >(pFont); in analyzeTrueTypeFile() local1868 …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() local3068 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()[all …]