/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 263 PspGraphics::~PspGraphics() in ~PspGraphics() 279 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() 284 long PspGraphics::GetGraphicsWidth() const in GetGraphicsWidth() 289 void PspGraphics::ResetClipRegion() in ResetClipRegion() 339 void PspGraphics::SetLineColor() in SetLineColor() 352 void PspGraphics::SetFillColor() in SetFillColor() 428 bool PspGraphics::drawPolyLine( in drawPolyLine() 471 void PspGraphics::copyBits( const SalTwoRect&, in copyBits() 524 SalColor PspGraphics::getPixel( long, long ) in getPixel() 1034 sal_Bool PspGraphics::CreateFontSubset( in CreateFontSubset() [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/unx/headless/ |
H A D | svppspgraphics.cxx | 178 bool PspGraphics::drawTransformedBitmap( in drawTransformedBitmap() 200 PspGraphics::~PspGraphics() in ~PspGraphics() 216 sal_uInt16 PspGraphics::GetBitCount() in GetBitCount() 221 long PspGraphics::GetGraphicsWidth() const in GetGraphicsWidth() 226 void PspGraphics::ResetClipRegion() in ResetClipRegion() 273 void PspGraphics::SetLineColor() in SetLineColor() 286 void PspGraphics::SetFillColor() in SetFillColor() 309 void PspGraphics::SetXORMode( bool bSet, bool ) in SetXORMode() 354 bool PspGraphics::drawPolyLine( in drawPolyLine() 466 void PspGraphics::invert( in invert() [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/inc/unx/ |
H A D | salprn.h | 33 class PspGraphics; 38 PspGraphics* m_pGraphics; 72 PspGraphics* m_pGraphics;
|
H A D | pspgraphics.h | 40 class VCLPLUG_GEN_PUBLIC PspGraphics : public SalGraphics class 53 …PspGraphics( psp::JobData* pJob, psp::PrinterGfx* pGfx, String* pPhone, bool bSwallow, SalInfoPrin… in PspGraphics() function in PspGraphics 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()
|