Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx419 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()
[all …]
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/main/vcl/inc/vcl/
H A Dfontmanager.hxx407 …void analyzeTrueTypeFamilyName( void* pTTFont, std::list< rtl::OUString >& rnames ) const; // actu…