Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx532 TrueTypeFont* pTTFont = nullptr; in analyzeSfntFile() local
538 GetTTGlobalFontInfo( pTTFont, & aInfo ); in analyzeSfntFile()
541 analyzeSfntFamilyName( pTTFont, aNames ); in analyzeSfntFile()
660 CloseTTFont( pTTFont ); in analyzeSfntFile()
1023 CloseTTFont( pTTFont ); in createFontSubset()
1041 CloseTTFont( pTTFont ); in createFontSubset()
1073 CloseTTFont( pTTFont ); in createFontSubset()
1082 CloseTTFont( pTTFont ); in createFontSubset()
1095 TrueTypeFont* pTTFont = nullptr; in getGlyphWidths() local
1099 int nGlyphs = pTTFont->glyphCount(); in getGlyphWidths()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx532 TrueTypeFont* pTTFont = nullptr; in analyzeSfntFile() local
538 GetTTGlobalFontInfo( pTTFont, & aInfo ); in analyzeSfntFile()
541 analyzeSfntFamilyName( pTTFont, aNames ); in analyzeSfntFile()
660 CloseTTFont( pTTFont ); in analyzeSfntFile()
1025 CloseTTFont( pTTFont ); in createFontSubset()
1043 CloseTTFont( pTTFont ); in createFontSubset()
1075 CloseTTFont( pTTFont ); in createFontSubset()
1084 CloseTTFont( pTTFont ); in createFontSubset()
1097 TrueTypeFont* pTTFont = nullptr; in getGlyphWidths() local
1101 int nGlyphs = GetTTGlyphCount(pTTFont); in getGlyphWidths()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dglyphset.cxx235 TrueTypeFont *pTTFont; in PSUploadFont() local
238 SFErrCodes nSuccess = OpenTTFontFile(aTTFileName.getStr(), nFace, &pTTFont); in PSUploadFont()
275 CreatePSUploadableFont( pTTFont, pTmpFile, aGlyphSetName.getStr(), glyph.size(), in PSUploadFont()
297 CloseTTFont (pTTFont); in PSUploadFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dglyphset.cxx236 TrueTypeFont *pTTFont; in PSUploadFont() local
239 SFErrCodes nSuccess = OpenTTFontFile(aTTFileName.getStr(), nFace, &pTTFont); in PSUploadFont()
276 CreatePSUploadableFont( pTTFont, pTmpFile, aGlyphSetName.getStr(), glyph.size(), in PSUploadFont()
298 CloseTTFont (pTTFont); in PSUploadFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dfontmanager.hxx150 …static void analyzeSfntFamilyName( void const * pTTFont, std::vector< OUString >& rnames ); // act…
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dfontmanager.hxx153 …static void analyzeSfntFamilyName( void const * pTTFont, std::vector< OUString >& rnames ); // act…