Lines Matching refs:GetXDisplay
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()
553 XSetGraphicsExposures( GetXDisplay(), in copyBits()
557 XCopyArea( GetXDisplay(), in copyBits()
571 XSetGraphicsExposures( GetXDisplay(), in copyBits()
1025 XGetWindowAttributes( GetXDisplay(), GetDrawable(), &aAttrib ); in getBitmap()
1079 XGetWindowAttributes( GetXDisplay(), GetDrawable(), &aAttrib ); in getPixel()
1087 XImage *pXImage = XGetImage( GetXDisplay(), in getPixel()
1118 XFillRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert()
1125 XDrawRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert()
1130 XFillRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert()