Lines Matching refs:pTTFont

419     TrueTypeFont* pTTFont = NULL;  in queryMetricPage()  local
421 …FontFile( aFile.GetBuffer(), m_nCollectionEntry < 0 ? 0 : m_nCollectionEntry, &pTTFont ) == SF_OK ) in queryMetricPage()
436 MapString( pTTFont, table, nCharacters, NULL, 0 ); in queryMetricPage()
437 … TTSimpleGlyphMetrics* pMetrics = GetTTSimpleCharMetrics( pTTFont, nPage*256, nCharacters, 0 ); in queryMetricPage()
455 MapString( pTTFont, table_vert, nCharacters, NULL, 1 ); in queryMetricPage()
456 pMetrics = GetTTSimpleCharMetrics( pTTFont, nPage*256, nCharacters, 1 ); in queryMetricPage()
480 struct _TrueTypeFont* pImplTTFont = (struct _TrueTypeFont*)pTTFont; in queryMetricPage()
492 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage()
592 … sal_uInt16 nGlyph = MapChar( pTTFont, (sal_Unicode)i, 0 ); // kerning for horz only in queryMetricPage()
715 CloseTTFont( pTTFont ); in queryMetricPage()
1805 void PrintFontManager::analyzeTrueTypeFamilyName( void* pTTFont, ::std::list< OUString >& rNames ) … in analyzeTrueTypeFamilyName() argument
1813 int nNameRecords = GetTTNameRecords( (TrueTypeFont*)pTTFont, &pNameRecords ); in analyzeTrueTypeFamilyName()
1865 TrueTypeFont* pTTFont = NULL; in analyzeTrueTypeFile() local
1868 …), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nCollectionEntry, &pTTFont ) == SF_OK ) in analyzeTrueTypeFile()
1871 GetTTGlobalFontInfo( pTTFont, & aInfo ); in analyzeTrueTypeFile()
1874 analyzeTrueTypeFamilyName( pTTFont, aNames ); in analyzeTrueTypeFile()
1999 pFont->m_bHaveVerticalSubstitutedGlyphs = DoesVerticalSubstitution( pTTFont, 1 ); in analyzeTrueTypeFile()
2001 CloseTTFont( pTTFont ); in analyzeTrueTypeFile()
2902 TrueTypeFontFile* pTTFont = static_cast< TrueTypeFontFile* >(pFont); in getFontFile() local
2903 … ::std::hash_map< int, OString >::const_iterator it = m_aAtomToDir.find( pTTFont->m_nDirectory ); in getFontFile()
2906 aPath += pTTFont->m_aFontFile; in getFontFile()
3070 TrueTypeFont* pTTFont = NULL; in isFontDownloadingAllowed() local
3072 …), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nCollectionEntry, &pTTFont ) == SF_OK ) in isFontDownloadingAllowed()
3076 GetTTGlobalFontInfo( pTTFont, & aInfo ); in isFontDownloadingAllowed()
3078 CloseTTFont( pTTFont ); in isFontDownloadingAllowed()
3594 TrueTypeFont* pTTFont; in getAlternativeFamilyNames() local
3595 …), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nCollectionEntry, &pTTFont ) == SF_OK ) in getAlternativeFamilyNames()
3598 int nNameRecords = GetTTNameRecords( pTTFont, &pNameRecords ); in getAlternativeFamilyNames()
3616 CloseTTFont( pTTFont ); in getAlternativeFamilyNames()
3684 TrueTypeFont* pTTFont = NULL; // TODO: rename to SfntFont in createFontSubset() local
3686 …), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nCollectionEntry, &pTTFont ) != SF_OK ) in createFontSubset()
3699 if( GetSfntTable( pTTFont, O_CFF, &pCffBytes, &nCffLength ) ) in createFontSubset()
3717 CloseTTFont( pTTFont ); in createFontSubset()
3737 TTSimpleGlyphMetrics* pMetrics = GetTTSimpleGlyphMetrics( pTTFont, in createFontSubset()
3749 CloseTTFont( pTTFont ); in createFontSubset()
3753 bool bSuccess = ( SF_OK == CreateTTFromTTGlyphs( pTTFont, in createFontSubset()
3761 CloseTTFont( pTTFont ); in createFontSubset()
3777 TrueTypeFont* pTTFont = NULL; in getGlyphWidths() local
3780 …), pTTFontFile->m_nCollectionEntry < 0 ? 0 : pTTFontFile->m_nCollectionEntry, &pTTFont ) != SF_OK ) in getGlyphWidths()
3782 int nGlyphs = GetTTGlyphCount( pTTFont ); in getGlyphWidths()
3789 TTSimpleGlyphMetrics* pMetrics = GetTTSimpleGlyphMetrics( pTTFont, in getGlyphWidths()
3805 if( GetSfntTable( pTTFont, O_cmap, &pCmapData, &nCmapSize ) ) in getGlyphWidths()
3830 CloseTTFont( pTTFont ); in getGlyphWidths()