| /AOO42X/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 292 XGetGeometry( GetXDisplay(), pParentData->aWindow, in Init() 399 XQueryPointer( GetXDisplay(), in Init() 486 mhWindow = XCreateWindow( GetXDisplay(), in Init() 515 XSync( GetXDisplay(), False ); in Init() 524 XSetWMHints( GetXDisplay(), mhWindow, &Hints ); in Init() 539 XSetWMProtocols( GetXDisplay(), GetShellWindow(), a, n ); in Init() 544 XSetClassHint( GetXDisplay(), GetShellWindow(), pClass ); in Init() 560 XSetWMNormalHints( GetXDisplay(), in Init() 572 XChangeProperty( GetXDisplay(), in Init() 754 XSetWMProtocols( GetXDisplay(), s_pSaveYourselfFrame->GetShellWindow(), a, n ); in passOnSaveYourSelf() [all …]
|
| /AOO42X/main/vcl/unx/generic/gdi/ |
| H A D | salgdi.cxx | 163 Display *pDisplay = GetXDisplay(); in freeResources() 251 Display *pDisplay = GetXDisplay(); in SetClipRegion() 282 Display *pDisplay = GetXDisplay(); in SelectPen() 311 Display *pDisplay = GetXDisplay(); in SelectBrush() 372 pTrackingGC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetTrackingGC() 376 XSetDashes( GetXDisplay(), pTrackingGC_, 0, dash_list, 2 ); in GetTrackingGC() 403 XDrawLines( GetXDisplay(), in DrawLines() 411 XDrawLines( GetXDisplay(), in DrawLines() 469 XImage *pImage = XCreateImage( GetXDisplay(), in GetDitherPixmap() 482 XFreePixmap (GetXDisplay(), hBrush_); in GetDitherPixmap() [all …]
|
| H A D | salgdi2.cxx | 139 return XCreateGC( GetXDisplay(), hDrawable, nMask | GCSubwindowMode, &values ); in CreateGC() 226 pInvert50GC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetInvert50GC() 250 XSetFunction( GetXDisplay(), pStippleGC_, bXORMode_ ? GXxor : GXcopy ); in GetStippleGC() 351 Display *pDisplay = GetXDisplay(); in SetMask() 421 Display* pDisplay = GetXDisplay(); in YieldGraphicsExpose() 520 Pixmap hPixmap = XCreatePixmap( GetXDisplay(), in copyBits() 528 XSetGraphicsExposures( GetXDisplay(), in copyBits() 532 XCopyArea( GetXDisplay(), in copyBits() 539 XCopyArea( GetXDisplay(), in copyBits() 546 XFreePixmap( GetXDisplay(), hPixmap ); in copyBits() [all …]
|
| H A D | salvd.cxx | 164 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()
|
| H A D | salgdi3.cxx | 152 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()
|
| /AOO42X/main/vcl/inc/unx/ |
| H A D | salvd.h | 63 inline Display *GetXDisplay() const; 85 inline Display *X11SalVirtualDevice::GetXDisplay() const in GetXDisplay() function
|
| H A D | salgdi.h | 211 inline Display* GetXDisplay() const; 379 inline Display *X11SalGraphics::GetXDisplay() const in GetXDisplay() function 380 { return GetColormap().GetXDisplay(); } in GetXDisplay()
|
| H A D | salframe.h | 180 Display* GetXDisplay() const; 280 inline Display *X11SalFrame::GetXDisplay() const in GetXDisplay() function
|
| H A D | saldisp.hxx | 182 inline Display* GetXDisplay() const; 519 inline Display *SalColormap::GetXDisplay() const in GetXDisplay() function in SalColormap
|
| /AOO42X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 563 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()
|
| /AOO42X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 3665 CopyScreenArea( GetXDisplay(), in NWGetPixmapFromScreen() 3698 CopyScreenArea( GetXDisplay(), in NWRenderPixmapToScreen()
|
| /AOO42X/main/vcl/unx/kde/ |
| H A D | salnativewidgets-kde.cxx | 1344 Display *dpy = GetXDisplay(); in drawNativeControl()
|
| /AOO42X/main/vcl/unx/generic/app/ |
| H A D | saldisp.cxx | 3317 return XAllocColor( GetXDisplay(), m_hColormap, &rColor ); in GetXPixel()
|