/trunk/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() 559 GetDrawable(), // destination in copyBits() 631 const Drawable aDrawable( GetDrawable() ); in drawBitmap() 682 Drawable aDrawable( GetDrawable() ); in drawMaskedBitmap() 965 Drawable aDrawable( GetDrawable() ); in drawMask() [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() 801 XDrawPoint( pDisplay, GetDrawable(), pGC, nX, nY ); in drawPixel() 822 XDrawLine( GetXDisplay(), GetDrawable(),SelectPen(), in drawLine() 833 GetDrawable(), in drawRect() 840 GetDrawable(), in drawRect() 920 GetDrawable(), in drawPolygon() 966 GetDrawable(), in drawPolyPolygon() [all …]
|
/trunk/main/vcl/inc/unx/ |
H A D | salframe.h | 181 XLIB_Window GetDrawable() const; 283 inline XLIB_Window X11SalFrame::GetDrawable() const in GetDrawable() function in X11SalFrame
|
H A D | salvd.h | 66 inline Pixmap GetDrawable() const { return hDrawable_; } in GetDrawable() function in X11SalVirtualDevice
|
H A D | salgdi.h | 213 inline Drawable GetDrawable() const { return hDrawable_; } in GetDrawable() function in X11SalGraphics
|
H A D | saldisp.hxx | 452 XLIB_Window GetDrawable( int nScreen ) const { return getDataForScreen( nScreen ).m_aRefWindow; } in GetDrawable() function in SalDisplay
|
/trunk/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()
|
/trunk/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 568 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in drawNativeControl()
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 478 aClientLeader = GetDisplay()->GetDrawable( m_nScreen ); in Init() 1883 hWindow = GetDrawable(); in SnapShot()
|
/trunk/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()
|
/trunk/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1345 XLIB_Window drawable = GetDrawable(); in drawNativeControl()
|