Searched refs:hDrawable (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_xlib_cairo.cxx | 59 hDrawable(0), in X11SysData() 69 hDrawable(pSysDat.hDrawable), in X11SysData() 79 hDrawable(pSysDat.aWindow), in X11SysData() 148 rSysData.hDrawable, in X11Surface() 208 if( maSysData.pDisplay && maSysData.hDrawable ) in getSimilar() 228 hPixmap = XCreatePixmap( (Display*)maSysData.pDisplay, maSysData.hDrawable, in getSimilar() 260 aSystemGraphicsData.hDrawable = getDrawable(); in createVirtualDevice()
|
H A D | cairo_xlib_cairo.hxx | 42 long hDrawable; // a drawable member 56 X11Pixmap( long hDrawable, void* pDisplay ) : in X11Pixmap() 58 mhDrawable(hDrawable) in X11Pixmap() 98 long getDrawable() const { return mpPixmap ? mpPixmap->mhDrawable : maSysData.hDrawable; } in getDrawable()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salvd.cxx | 51 if( pData && pData->hDrawable != None ) in CreateVirtualDevice() 57 XGetGeometry( pDisp, pData->hDrawable, in CreateVirtualDevice() 68 …if( !pVDev->Init( GetX11SalData()->GetDisplay(), nDX, nDY, nBitCount, nScreen, pData->hDrawable, p… in CreateVirtualDevice() 135 Pixmap hDrawable, in Init() argument 163 if( hDrawable == None ) in Init() 170 hDrawable_ = hDrawable; in Init()
|
H A D | salgdi2.cxx | 126 GC X11SalGraphics::CreateGC( Drawable hDrawable, unsigned long nMask ) in CreateGC() argument 139 return XCreateGC( GetXDisplay(), hDrawable, nMask | GCSubwindowMode, &values ); in CreateGC()
|
H A D | salgdi.cxx | 1084 aRes.hDrawable = hDrawable_; in GetGraphicsData()
|
H A D | pspgraphics.cxx | 1514 aRes.hDrawable = 0; in GetGraphicsData()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salvd.h | 59 Pixmap hDrawable = None,
|
H A D | salgdi.h | 142 GC CreateGC( Drawable hDrawable,
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | sysdata.hxx | 115 long hDrawable; // a drawable member
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 614 aRes.hDrawable = 0; in GetGraphicsData()
|
H A D | svppspgraphics.cxx | 1392 aRes.hDrawable = 0; in GetGraphicsData()
|
Completed in 95 milliseconds