Home
last modified time | relevance | path

Searched refs:GetXDisplay (Results 1 – 13 of 13) sorted by path

/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx182 inline Display* GetXDisplay() const;
519 inline Display *SalColormap::GetXDisplay() const in GetXDisplay() function in SalColormap
H A Dsalframe.h180 Display* GetXDisplay() const;
280 inline Display *X11SalFrame::GetXDisplay() const in GetXDisplay() function in X11SalFrame
H A Dsalgdi.h211 inline Display* GetXDisplay() const;
379 inline Display *X11SalGraphics::GetXDisplay() const in GetXDisplay() function in X11SalGraphics
380 { return GetColormap().GetXDisplay(); } in GetXDisplay()
H A Dsalvd.h63 inline Display *GetXDisplay() const;
85 inline Display *X11SalVirtualDevice::GetXDisplay() const in GetXDisplay() function in X11SalVirtualDevice
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx3325 return XAllocColor( GetXDisplay(), m_hColormap, &rColor ); in GetXPixel()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx163 Display *pDisplay = GetXDisplay(); in freeResources()
251 Display *pDisplay = GetXDisplay(); in SetClipRegion()
282 Display *pDisplay = GetXDisplay(); in SelectPen()
311 Display *pDisplay = GetXDisplay(); in SelectBrush()
403 XDrawLines( GetXDisplay(), in DrawLines()
411 XDrawLines( GetXDisplay(), in DrawLines()
490 XPutImage( GetXDisplay(), in GetDitherPixmap()
832 XFillRectangle( GetXDisplay(), in drawRect()
919 XFillPolygon( GetXDisplay(), in drawPolygon()
1019 XFillPolygon( GetXDisplay(), in invert()
[all …]
H A Dsalgdi2.cxx226 pInvert50GC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetInvert50GC()
351 Display *pDisplay = GetXDisplay(); in SetMask()
421 Display* pDisplay = GetXDisplay(); in YieldGraphicsExpose()
528 XSetGraphicsExposures( GetXDisplay(), in copyBits()
532 XCopyArea( GetXDisplay(), in copyBits()
539 XCopyArea( GetXDisplay(), in copyBits()
546 XFreePixmap( GetXDisplay(), hPixmap ); in copyBits()
553 XSetGraphicsExposures( GetXDisplay(), in copyBits()
557 XCopyArea( GetXDisplay(), in copyBits()
571 XSetGraphicsExposures( GetXDisplay(), in copyBits()
[all …]
H A Dsalgdi3.cxx152 Display *pDisplay = GetXDisplay(); in GetFontGC()
507 Display* pDisplay = GetXDisplay(); in DrawCairoAAFontString()
593 Display* pDisplay = GetXDisplay(); in DrawServerAAFontString()
692 Display* pDisplay = GetXDisplay(); in DrawServerAAForcedString()
883 Display* pDisplay = GetXDisplay(); in DrawServerSimpleFontString()
H A Dsalvd.cxx164 hDrawable_ = XCreatePixmap( GetXDisplay(), in Init()
200 XFreePixmap( GetXDisplay(), GetDrawable() ); in ~X11SalVirtualDevice()
235 Pixmap h = XCreatePixmap( GetXDisplay(), in SetSize()
243 hDrawable_ = XCreatePixmap( GetXDisplay(), in SetSize()
253 XFreePixmap( GetXDisplay(), GetDrawable() ); in SetSize()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx515 XSync( GetXDisplay(), False ); in Init()
572 XChangeProperty( GetXDisplay(), in Init()
1261 XSync( GetXDisplay(), False ); in Show()
1512 XGetGeometry( GetXDisplay(), in Center()
2111 if( XIconifyWindow( GetXDisplay(), in Minimize()
2389 XGetScreenSaver( GetXDisplay(), in StartPresentation()
2401 DPMSInfo( GetXDisplay(), in StartPresentation()
2412 XSetScreenSaver( GetXDisplay(), in StartPresentation()
2839 XQueryPointer( GetXDisplay(), in GetPointerState()
3935 XGetGeometry( GetXDisplay(), in HandleReparentEvent()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3665 CopyScreenArea( GetXDisplay(), in NWGetPixmapFromScreen()
3698 CopyScreenArea( GetXDisplay(), in NWRenderPixmapToScreen()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1344 Display *dpy = GetXDisplay(); in drawNativeControl()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx563 XSetRegion( GetXDisplay(), gc, pTempClipRegion ); in drawNativeControl()
566 X11SalGraphics::CopyScreenArea( GetXDisplay(), in drawNativeControl()
574 XSetRegion( GetXDisplay(), gc, mpClipRegion ); in drawNativeControl()
576 XSetClipMask( GetXDisplay(), gc, None ); in drawNativeControl()

Completed in 97 milliseconds