Home
last modified time | relevance | path

Searched refs:GetDrawable (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx163 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 Dsalvd.cxx119 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 Dsalgdi.cxx372 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 …]
/aoo4110/main/vcl/inc/unx/
H A Dsalframe.h181 XLIB_Window GetDrawable() const;
283 inline XLIB_Window X11SalFrame::GetDrawable() const in GetDrawable() function in X11SalFrame
H A Dsalvd.h66 inline Pixmap GetDrawable() const { return hDrawable_; } in GetDrawable() function in X11SalVirtualDevice
H A Dsalgdi.h213 inline Drawable GetDrawable() const { return hDrawable_; } in GetDrawable() function in X11SalGraphics
H A Dsaldisp.hxx452 XLIB_Window GetDrawable( int nScreen ) const { return getDataForScreen( nScreen ).m_aRefWindow; } in GetDrawable() function in SalDisplay
/aoo4110/main/vcl/unx/generic/app/
H A Dsm.cxx495 if( pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ) && aClientID.Len() ) in open()
498 pDisp->GetDrawable( pDisp->GetDefaultScreenNumber() ), in open()
H A Dsaldisp.cxx2702 … i_pEvent->xproperty.window == pSalDisplay->GetDrawable( pSalDisplay->GetDefaultScreenNumber() ) && in timestamp_predicate()
2719 XChangeProperty( GetDisplay(), GetDrawable( GetDefaultScreenNumber() ), in GetLastUserEventTime()
/aoo4110/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx568 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in drawNativeControl()
/aoo4110/main/vcl/unx/generic/window/
H A Dsalframe.cxx478 aClientLeader = GetDisplay()->GetDrawable( m_nScreen ); in Init()
1883 hWindow = GetDrawable(); in SnapShot()
/aoo4110/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1345 XLIB_Window drawable = GetDrawable(); in drawNativeControl()
/aoo4110/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3666 GetDrawable(), GetScreenNumber(), GetVisual().GetDepth(), in NWGetPixmapFromScreen()
3702 GetDrawable(), m_nScreen, GetVisual().GetDepth(), in NWRenderPixmapToScreen()

Completed in 139 milliseconds