Home
last modified time | relevance | path

Searched refs:pTTFont (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx419 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 …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx839 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx559 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1279 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()
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx407 …void analyzeTrueTypeFamilyName( void* pTTFont, std::list< rtl::OUString >& rnames ) const; // actu…

Completed in 70 milliseconds