Searched refs:pSrcGraphics (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 463 X11SalGraphics* pSrcGraphics = pSSrcGraphics in copyBits() local 476 if( pSrcGraphics == this ) in copyBits() 480 else if( pSrcGraphics->bWindow_ ) in copyBits() 483 if( pSrcGraphics->GetDisplay() == GetDisplay() && in copyBits() 484 pSrcGraphics->m_nScreen == m_nScreen && in copyBits() 491 else if( pSrcGraphics->bVirDev_ ) in copyBits() 510 const bool bNeedGraphicsExposures( pSrcGraphics == this && in copyBits() 517 && !pSrcGraphics->bVirDev_ in copyBits() 533 pSrcGraphics->GetDrawable(), // source in copyBits() 558 pSrcGraphics->GetDrawable(), // source in copyBits() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | salgdilayout.cxx | 600 … SalGraphics* pSrcGraphics, const OutputDevice *pOutDev, const OutputDevice *pSrcOutDev ) in CopyBits() argument 603 …(pSrcGraphics && ( (pSrcGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) || (pSrcOutDev && pSrcOutDev… in CopyBits() 606 …if( (pSrcGraphics && (pSrcGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL)) || (pSrcOutDev && pSrcOutD… in CopyBits() 610 copyBits( aPosAry2, pSrcGraphics ); in CopyBits() 613 copyBits( rPosAry, pSrcGraphics ); in CopyBits()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 54 void Os2SalGraphics::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics ) in copyBits() argument 60 if ( pSrcGraphics ) in copyBits() 64 hSrcPS = static_cast<Os2SalGraphics*>(pSrcGraphics)->mhPS; in copyBits() 65 nSrcHeight = static_cast<Os2SalGraphics*>(pSrcGraphics)->mnHeight; in copyBits()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 471 SalGraphics* pSrcGraphics ) in copyBits() argument 473 SvpSalGraphics* pSrc = pSrcGraphics ? in copyBits() 474 static_cast<SvpSalGraphics*>(pSrcGraphics) : this; in copyBits()
|
H A D | svpgdi.hxx | 154 SalGraphics* pSrcGraphics );
|
H A D | svppspgraphics.hxx | 173 SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi2.cxx | 62 void WinSalGraphics::copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics ) in copyBits() argument 67 if ( pSrcGraphics ) in copyBits() 68 hSrcDC = static_cast<WinSalGraphics*>(pSrcGraphics)->getHDC(); in copyBits()
|
/aoo41x/main/vcl/inc/ |
H A D | salgdi.hxx | 140 virtual void copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics ) = 0; 416 SalGraphics* pSrcGraphics,
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1089 void AquaSalGraphics::copyBits( const SalTwoRect& rPosAry, SalGraphics *pSrcGraphics ) in copyBits() argument 1091 if( !pSrcGraphics ) in copyBits() 1092 pSrcGraphics = this; in copyBits() 1105 /*const*/ AquaSalGraphics* pSrc = static_cast<AquaSalGraphics*>(pSrcGraphics); in copyBits() 1134 if( pSrcGraphics == this ) in copyBits()
|
/aoo41x/main/vcl/inc/unx/gtk/ |
H A D | gtkgdi.hxx | 85 SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 163 SalGraphics* pSrcGraphics );
|
H A D | salgdi.h | 316 SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/inc/os2/ |
H A D | salgdi.h | 185 virtual void copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/inc/win/ |
H A D | salgdi.h | 213 virtual void copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | salgdi.h | 255 virtual void copyBits( const SalTwoRect& rPosAry, SalGraphics* pSrcGraphics );
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 488 SalGraphics* pSrcGraphics ) in copyBits() argument 505 X11SalGraphics::copyBits( rPosAry, pSrcGraphics ); in copyBits()
|
Completed in 300 milliseconds