| /AOO41X/main/vcl/unx/generic/gdi/ |
| H A D | salgdi2.cxx | 163 pCopyGC_ = CreateGC( GetDrawable() ); in GetCopyGC() 177 pInvertGC_ = CreateGC( GetDrawable(), in GetInvertGC() 226 pInvert50GC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetInvert50GC() 243 pStippleGC_ = CreateGC( GetDrawable(), in GetStippleGC() 354 pMaskGC_ = CreateGC( GetDrawable() ); in SetMask() 422 XLIB_Window aWindow = GetDrawable(); in YieldGraphicsExpose() 521 pSrcGraphics->GetDrawable(), // source in copyBits() 533 pSrcGraphics->GetDrawable(), // source in copyBits() 541 GetDrawable(), // destination in copyBits() 558 pSrcGraphics->GetDrawable(), // source in copyBits() [all …]
|
| H A D | salvd.cxx | 119 const Drawable aVdevDrawable = pDevice->GetDrawable(); in Init() 165 pDisplay_->GetDrawable( m_nScreen ), in Init() 199 if( GetDrawable() && !bExternPixmap_ ) in ~X11SalVirtualDevice() 200 XFreePixmap( GetXDisplay(), GetDrawable() ); in ~X11SalVirtualDevice() 236 pDisplay_->GetDrawable( m_nScreen ), in SetSize() 241 if( !GetDrawable() ) in SetSize() 244 pDisplay_->GetDrawable( m_nScreen ), in SetSize() 252 if( GetDrawable() ) in SetSize() 253 XFreePixmap( GetXDisplay(), GetDrawable() ); in SetSize()
|
| H A D | salgdi.cxx | 372 pTrackingGC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetTrackingGC() 404 GetDrawable(), in DrawLines() 412 GetDrawable(), in DrawLines() 483 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap() 487 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap() 778 XDrawPoint( GetXDisplay(), GetDrawable(), SelectPen(), nX, nY ); in drawPixel() 790 XDrawPoint( pDisplay, GetDrawable(), SelectPen(), nX, nY ); in drawPixel() 801 XDrawPoint( pDisplay, GetDrawable(), pGC, nX, nY ); in drawPixel() 817 XDrawPoint (GetXDisplay(), GetDrawable(), aGC, (int)nX1, (int)nY1); in drawLine() 818 XDrawPoint (GetXDisplay(), GetDrawable(), aGC, (int)nX2, (int)nY2); in drawLine() [all …]
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | salframe.h | 181 XLIB_Window GetDrawable() const; 283 inline XLIB_Window X11SalFrame::GetDrawable() const in GetDrawable() function
|
| H A D | salvd.h | 66 inline Pixmap GetDrawable() const { return hDrawable_; } in GetDrawable() function
|
| H A D | salgdi.h | 213 inline Drawable GetDrawable() const { return hDrawable_; } in GetDrawable() function
|
| H A D | saldisp.hxx | 452 …XLIB_Window GetDrawable( int nScreen ) const { return getDataForScreen( nScreen ).m_aRefWindow… in GetDrawable() function in SalDisplay
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | sm.cxx | 495 if( pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ) && aClientID.Len() ) in open() 498 pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ), in open()
|
| H A D | saldisp.cxx | 2702 … i_pEvent->xproperty.window == pSalDisplay->GetDrawable( pSalDisplay->GetDefaultScreenNumber() ) && in timestamp_predicate() 2719 XChangeProperty( GetDisplay(), GetDrawable( GetDefaultScreenNumber() ), in GetLastUserEventTime()
|
| /AOO41X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 568 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in drawNativeControl()
|
| /AOO41X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 478 aClientLeader = GetDisplay()->GetDrawable( m_nScreen ); in Init() 1883 hWindow = GetDrawable(); in SnapShot()
|
| /AOO41X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1345 XLIB_Window drawable = GetDrawable(); in drawNativeControl()
|
| /AOO41X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 3666 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in NWGetPixmapFromScreen() 3702 GetDrawable(), m_nScreen, GetVisual().GetDepth(), in NWRenderPixmapToScreen()
|