| /AOO42X/main/vcl/unx/headless/ |
| H A D | svppspgraphics.cxx | 173 bool PspGraphics::drawAlphaBitmap( const SalTwoRect&, const SalBitmap& /*rSourceBitmap*/, const Sal… in drawAlphaBitmap() 178 bool PspGraphics::drawTransformedBitmap( in drawTransformedBitmap() 190 bool PspGraphics::drawAlphaRect( long /*nX*/, long /*nY*/, long /*nWidth*/, long /*nHeight*/, sal_u… in drawAlphaRect() 195 bool PspGraphics::supportsOperation( OutDevSupportType ) const in supportsOperation() 200 PspGraphics::~PspGraphics() in ~PspGraphics() 205 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() 216 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() 221 long PspGraphics::GetGraphicsWidth() const in GetGraphicsWidth() 226 void PspGraphics::ResetClipRegion() in ResetClipRegion() 231 bool PspGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion() [all …]
|
| H A D | svptext.cxx | 313 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList() 376 return PspGraphics::DoGetFontEncodingVector( aFont, pNonEncoded ); in GetFontEncodingVector() 395 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData() 402 PspGraphics::DoFreeEmbedFontData( pData, nLen ); in FreeEmbedFontData() 416 PspGraphics::DoGetGlyphWidths( aFont, bVertical, rWidths, rUnicodeEnc ); in GetGlyphWidths()
|
| H A D | svpprn.hxx | 35 class PspGraphics; 40 PspGraphics* m_pGraphics; 73 PspGraphics* m_pGraphics;
|
| H A D | svppspgraphics.hxx | 39 class PspGraphics : public SalGraphics class 63 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics() function in PspGraphics 72 virtual ~PspGraphics();
|
| H A D | svpprn.cxx | 497 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics() 963 …m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, m_bFax ? &m_aFaxNr : NULL, m_bSwallowF… in StartPage()
|
| /AOO42X/main/vcl/unx/generic/gdi/ |
| H A D | pspgraphics.cxx | 263 PspGraphics::~PspGraphics() in ~PspGraphics() 268 void PspGraphics::GetResolution( sal_Int32 &rDPIX, sal_Int32 &rDPIY ) in GetResolution() 279 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() 284 long PspGraphics::GetGraphicsWidth() const in GetGraphicsWidth() 289 void PspGraphics::ResetClipRegion() in ResetClipRegion() 294 bool PspGraphics::setClipRegion( const Region& i_rClip ) in setClipRegion() 339 void PspGraphics::SetLineColor() in SetLineColor() 344 void PspGraphics::SetLineColor( SalColor nSalColor ) in SetLineColor() 352 void PspGraphics::SetFillColor() in SetFillColor() 357 void PspGraphics::SetFillColor( SalColor nSalColor ) in SetFillColor() [all …]
|
| H A D | salgdi3.cxx | 1006 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in AddTempDevFont() 1058 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList() 1362 return PspGraphics::DoGetEmbedFontData( aFont, pUnicodes, pWidths, rInfo, pDataLen ); in GetEmbedFontData() 1369 PspGraphics::DoFreeEmbedFontData( pData, nLen ); in FreeEmbedFontData() 1382 return PspGraphics::DoGetFontEncodingVector( aFont, pNonEncoded ); in GetFontEncodingVector() 1398 PspGraphics::DoGetGlyphWidths( aFont, bVertical, rWidths, rUnicodeEnc ); in GetGlyphWidths()
|
| H A D | salprnpsp.cxx | 565 m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, NULL, false, this ); in GetGraphics() 1082 …m_pGraphics = new PspGraphics( &m_aJobData, &m_aPrinterGfx, m_bFax ? &m_aFaxNr : NULL, m_bSwallowF… in StartPage()
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | salprn.h | 33 class PspGraphics; variable 38 PspGraphics* m_pGraphics; 72 PspGraphics* m_pGraphics;
|
| H A D | pspgraphics.h | 40 class VCLPLUG_GEN_PUBLIC PspGraphics : public SalGraphics 53 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics() function 62 virtual ~PspGraphics();
|
| /AOO42X/main/vcl/unx/kde4/ |
| H A D | KDESalFrame.cxx | 165 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in toFont() 167 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in toFont() 169 aFont.SetItalic( PspGraphics::ToFontItalic( aInfo.m_eItalic ) ); in toFont() 171 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in toFont()
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1808 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in toFont() 1810 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in toFont() 1812 aFont.SetItalic( PspGraphics::ToFontItalic( aInfo.m_eItalic ) ); in toFont() 1814 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in toFont()
|
| /AOO42X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 3512 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in updateSettings() 3514 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in updateSettings() 3516 aFont.SetItalic( PspGraphics::ToFontItalic( aInfo.m_eItalic ) ); in updateSettings() 3518 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in updateSettings()
|