/trunk/main/vcl/source/fontsubset/ |
H A D | fontsubset.cxx | 34 FontSubsetInfo::FontSubsetInfo() in FontSubsetInfo() function in FontSubsetInfo 38 , m_nFontType( FontSubsetInfo::NO_FONT) in FontSubsetInfo() 41 , meInFontType( FontSubsetInfo::NO_FONT) in FontSubsetInfo() 47 FontSubsetInfo::~FontSubsetInfo() in ~FontSubsetInfo() 53 bool FontSubsetInfo::LoadFont( in LoadFont() 54 FontSubsetInfo::FontType eInFontType, in LoadFont() 67 bool FontSubsetInfo::LoadFont( vcl::_TrueTypeFont* pSftTTFont ) in LoadFont() 77 bool FontSubsetInfo::CreateFontSubset( in CreateFontSubset() 125 bool FontSubsetInfo::CreateFontSubsetFromSfnt( sal_Int32* pOutGlyphWidths ) in CreateFontSubsetFromSfnt() 170 bool FontSubsetInfo::CreateFontSubsetFromType1( sal_Int32* pOutGlyphWidths) in CreateFontSubsetFromType1()
|
H A D | cff.cxx | 394 GlyphWidth* pGlyphWidths, int nGlyphCount, FontSubsetInfo& ); 2120 GlyphWidth* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rFSInfo) in emitAsType1() 2427 rFSInfo.m_nFontType = rEmitter.mbPfbSubset ? FontSubsetInfo::TYPE1_PFB : FontSubsetInfo::TYPE1_PFA; in emitAsType1() 2435 bool FontSubsetInfo::CreateFontSubsetFromCff( GlyphWidth* pOutGlyphWidths ) in CreateFontSubsetFromCff() 2442 const bool bPfbSubset = (0 != (mnReqFontTypeMask & FontSubsetInfo::TYPE1_PFB)); in CreateFontSubsetFromCff()
|
/trunk/main/vcl/inc/ |
H A D | fontsubset.hxx | 36 class VCL_DLLPUBLIC FontSubsetInfo class 39 explicit FontSubsetInfo( void ); 40 virtual ~FontSubsetInfo( void );
|
H A D | salgdi.hxx | 49 class FontSubsetInfo; 272 FontSubsetInfo& rInfo // out parameter 296 FontSubsetInfo& rInfo,
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.hxx | 75 …ta( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … 120 FontSubsetInfo& rInfo 126 FontSubsetInfo& rInfo,
|
H A D | svppspgraphics.cxx | 936 FontSubsetInfo& rInfo in CreateFontSubset() 959 …t ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … in GetEmbedFontData() 1008 …ontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … in DoGetEmbedFontData() 1058 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData() 1062 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
|
H A D | svpgdi.hxx | 101 FontSubsetInfo& rInfo 107 FontSubsetInfo& rInfo,
|
H A D | svptext.cxx | 345 FontSubsetInfo& rInfo in CreateFontSubset() 385 FontSubsetInfo& rInfo, in GetEmbedFontData()
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 65 …ta( psp::fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … 111 FontSubsetInfo& rInfo 117 FontSubsetInfo& rInfo,
|
H A D | salgdi.h | 258 FontSubsetInfo& rInfo 264 FontSubsetInfo& rInfo,
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1041 FontSubsetInfo& rInfo in CreateFontSubset() 1064 …t ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … in GetEmbedFontData() 1114 …ontData( fontID aFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … in DoGetEmbedFontData() 1164 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in DoGetEmbedFontData() 1168 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in DoGetEmbedFontData()
|
H A D | salgdi3.cxx | 1331 FontSubsetInfo& rInfo in CreateFontSubset() 1354 …t ImplFontData* pFont, const sal_Ucs* pUnicodes, sal_Int32* pWidths, FontSubsetInfo& rInfo, long* … in GetEmbedFontData()
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1501 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() 1555 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset() 1556 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 1579 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset() 1652 FontSubsetInfo& rInfo, long* pDataLen ) in GetEmbedFontData() 1672 rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; in GetEmbedFontData()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 803 int nTargetMask = FontSubsetInfo::TYPE1_PFA | FontSubsetInfo::TYPE3_FONT; in CreatePSUploadableFont() 805 nTargetMask |= FontSubsetInfo::TYPE42_FONT; in CreatePSUploadableFont() 825 FontSubsetInfo aInfo; in CreatePSUploadableFont()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2705 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() 2765 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, aRawCffData.get(), aRawCffData.size() ); in CreateFontSubset() 2766 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 2789 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset() 2862 FontSubsetInfo& rInfo, long* pDataLen ) in GetEmbedFontData() 2883 rInfo.m_nFontType = bPFA ? FontSubsetInfo::TYPE1_PFA : FontSubsetInfo::TYPE1_PFB; in GetEmbedFontData()
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 295 FontSubsetInfo& rInfo // out parameter 317 FontSubsetInfo& rInfo,
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 325 FontSubsetInfo& rInfo // out parameter 347 FontSubsetInfo& rInfo,
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 2046 sal_Int32* pGlyphWidths, int nGlyphCount, FontSubsetInfo& rInfo ) in CreateFontSubset() 2068 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, &aBuffer[0], nCffLen ); in CreateFontSubset() 2074 bool bRC = rInfo.CreateFontSubset( FontSubsetInfo::TYPE1_PFB, pOutFile, NULL, in CreateFontSubset() 2093 rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; in CreateFontSubset() 2274 FontSubsetInfo&, in GetEmbedFontData() argument
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 363 FontSubsetInfo& rInfo // out parameter 385 FontSubsetInfo& rInfo,
|
/trunk/main/vcl/inc/vcl/ |
H A D | fontmanager.hxx | 49 class FontSubsetInfo; 644 bool createFontSubset( FontSubsetInfo&,
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 55 class FontSubsetInfo; 886 …sal_Int32 emitFontDescriptor( const ImplFontData*, FontSubsetInfo&, sal_Int32 nSubsetID, sal_Int32…
|
H A D | pdfwriter_impl.cxx | 3122 FontSubsetInfo aInfo; in emitSystemFont() 3303 FontSubsetInfo aInfo; in emitEmbeddedFont() 3312 if( (aInfo.m_nFontType & FontSubsetInfo::ANY_TYPE1) == 0 ) in emitEmbeddedFont() 4005 case FontSubsetInfo::SFNT_TTF: in emitFontDescriptor() 4008 case FontSubsetInfo::TYPE1_PFA: in emitFontDescriptor() 4009 case FontSubsetInfo::TYPE1_PFB: in emitFontDescriptor() 4010 case FontSubsetInfo::ANY_TYPE1: in emitFontDescriptor() 4091 FontSubsetInfo aSubsetInfo; in emitFonts() 4121 if( aSubsetInfo.m_nFontType == FontSubsetInfo::SFNT_TTF ) in emitFonts() 4143 else if( (aSubsetInfo.m_nFontType & FontSubsetInfo::CFF_FONT) != 0 ) in emitFonts() [all …]
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3626 FontSubsetInfo& rInfo, in createFontSubset() 3642 case psp::fonttype::TrueType: rInfo.m_nFontType = FontSubsetInfo::SFNT_TTF; break; in createFontSubset() 3643 case psp::fonttype::Type1: rInfo.m_nFontType = FontSubsetInfo::ANY_TYPE1; break; in createFontSubset() 3701 rInfo.LoadFont( FontSubsetInfo::CFF_FONT, pCffBytes, nCffLength ); in createFontSubset() 3712 FontSubsetInfo::TYPE1_PFB, in createFontSubset()
|