Searched refs:pTTFont (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 419 TrueTypeFont* pTTFont = NULL; in queryMetricPage() local 715 CloseTTFont( pTTFont ); in queryMetricPage() 1865 TrueTypeFont* pTTFont = NULL; in analyzeTrueTypeFile() local 2001 CloseTTFont( pTTFont ); in analyzeTrueTypeFile() 3594 TrueTypeFont* pTTFont; in getAlternativeFamilyNames() local 3616 CloseTTFont( pTTFont ); in getAlternativeFamilyNames() 3717 CloseTTFont( pTTFont ); in createFontSubset() 3749 CloseTTFont( pTTFont ); in createFontSubset() 3761 CloseTTFont( pTTFont ); in createFontSubset() 3777 TrueTypeFont* pTTFont = NULL; in getGlyphWidths() local [all …]
|
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 839 TrueTypeFont *pTTFont; in PSUploadFont() local 842 sal_Int32 nSuccess = OpenTTFontFile(aTTFileName.getStr(), nFace < 0 ? 0 : nFace, &pTTFont); in PSUploadFont() 879 MapString (pTTFont, pUChars, (*aCharSet).size(), pTTGlyphMapping, mbVertical); in PSUploadFont() 884 CreatePSUploadableFont( pTTFont, pTmpFile, aCharSetName.getStr(), (*aCharSet).size(), in PSUploadFont() 913 CreatePSUploadableFont( pTTFont, pTmpFile, aGlyphSetName.getStr(), (*aGlyphSet).size(), in PSUploadFont() 934 CloseTTFont (pTTFont); in PSUploadFont()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 559 TrueTypeFont* pTTFont = NULL; in ReadGsubTable() local 560 ::OpenTTFontBuffer( (void*)aRawFontData.get(), aRawFontData.size(), nFaceNum, &pTTFont ); in ReadGsubTable() 561 if( !pTTFont ) in ReadGsubTable() 575 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable() 578 CloseTTFont( pTTFont ); in ReadGsubTable()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1279 TrueTypeFont* pTTFont = NULL; in ReadGsubTable() local 1280 ::OpenTTFontBuffer( (void*)aRawFontData.get(), aRawFontData.size(), nFaceNum, &pTTFont ); in ReadGsubTable() 1281 if( !pTTFont ) in ReadGsubTable() 1295 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable() 1298 CloseTTFont( pTTFont ); in ReadGsubTable()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 407 …void analyzeTrueTypeFamilyName( void* pTTFont, std::list< rtl::OUString >& rnames ) const; // actu…
|
Completed in 61 milliseconds