Home
last modified time | relevance | path

Searched refs:hDrawable_ (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx164 hDrawable_ = XCreatePixmap( GetXDisplay(), in Init()
170 hDrawable_ = hDrawable; in Init()
176 return hDrawable_ != None ? sal_True : sal_False; in Init()
184 hDrawable_ = None; in X11SalVirtualDevice()
243 hDrawable_ = XCreatePixmap( GetXDisplay(), in SetSize()
254 hDrawable_ = h; in SetSize()
H A Dsalgdi.cxx99 hDrawable_ = None; in X11SalGraphics()
191 if( hDrawable_ == aDrawable ) in SetDrawable()
202 hDrawable_ = aDrawable; in SetDrawable()
210 if( hDrawable_ ) in SetDrawable()
222 hDrawable_ = aTarget; in Init()
291 pPenGC_ = XCreateGC( pDisplay, hDrawable_, in SelectPen()
323 pBrushGC_ = XCreateGC( pDisplay, hDrawable_, in SelectBrush()
1055 m_aRenderPicture = rRenderPeer.CreatePicture( hDrawable_, pVisualFormat, 0, NULL ); in GetXRenderPicture()
1084 aRes.hDrawable = hDrawable_; in GetGraphicsData()
1185 rEntry.m_aPixmap = ::XCreatePixmap( pXDisplay, hDrawable_, 1, 1, 32 ); in drawFilledTrapezoids()
H A Dsalgdi3.cxx161 pFontGC_ = XCreateGC( pDisplay, hDrawable_, in GetFontGC()
510hDrawable_, ScreenOfDisplay(pDisplay, m_nScreen), pVisualFormat, SAL_MAX_INT16, SAL_MAX_INT16); in DrawCairoAAFontString()
599 ::XGetGeometry( pDisplay, hDrawable_, &wDummy, &iDummy, &iDummy, in DrawServerAAFontString()
604 rEntry.m_aPixmap = ::XCreatePixmap( pDisplay, hDrawable_, 1, 1, nVisualDepth ); in DrawServerAAFontString()
748 XImage* pImg = XGetImage( pDisplay, hDrawable_, in DrawServerAAForcedString()
766 XGetGeometry( pDisplay, hDrawable_, &aRoot, &x, &y, &w, &h, &bw, &d ); in DrawServerAAForcedString()
767 XTranslateCoordinates( pDisplay, hDrawable_, aRoot, 0, 0, &x, &y, &aRoot ); in DrawServerAAForcedString()
783 pImg = XGetImage( pDisplay, hDrawable_, in DrawServerAAForcedString()
868 XPutImage( pDisplay, hDrawable_, nGC, pImg, in DrawServerAAForcedString()
889 GC tmpGC = XCreateGC( pDisplay, hDrawable_, GCFillStyle|GCLineWidth, &aGCVal ); in DrawServerSimpleFontString()
[all …]
H A Dsalgdi2.cxx806 ImplSalDDB* pSrcDDB = rSrcX11Bmp.ImplGetDDB( hDrawable_, m_nScreen, nDepth, rTR ); in drawAlphaBitmap()
867 Pixmap aAlphaPM = XCreatePixmap( pXDisplay, hDrawable_, in drawAlphaBitmap()
/trunk/main/vcl/inc/unx/
H A Dsalvd.h42 Pixmap hDrawable_; member in X11SalVirtualDevice
66 inline Pixmap GetDrawable() const { return hDrawable_; } in GetDrawable()
H A Dsalgdi.h85 Drawable hDrawable_; // use member in X11SalGraphics
213 inline Drawable GetDrawable() const { return hDrawable_; } in GetDrawable()

Completed in 41 milliseconds