Lines Matching refs:GetDrawable
163 pCopyGC_ = CreateGC( GetDrawable() ); in GetCopyGC()
177 pInvertGC_ = CreateGC( GetDrawable(), in GetInvertGC()
226 pInvert50GC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetInvert50GC()
243 pStippleGC_ = CreateGC( GetDrawable(), in GetStippleGC()
354 pMaskGC_ = CreateGC( GetDrawable() ); in SetMask()
422 XLIB_Window aWindow = GetDrawable(); in YieldGraphicsExpose()
521 pSrcGraphics->GetDrawable(), // source in copyBits()
533 pSrcGraphics->GetDrawable(), // source in copyBits()
541 GetDrawable(), // destination in copyBits()
558 pSrcGraphics->GetDrawable(), // source in copyBits()
559 GetDrawable(), // destination in copyBits()
631 const Drawable aDrawable( GetDrawable() ); in drawBitmap()
682 Drawable aDrawable( GetDrawable() ); in drawMaskedBitmap()
965 Drawable aDrawable( GetDrawable() ); in drawMask()
1025 XGetWindowAttributes( GetXDisplay(), GetDrawable(), &aAttrib ); in getBitmap()
1065 pSalBitmap->ImplCreateFromDrawable( GetDrawable(), m_nScreen, nBitCount, nX, nY, nDX, nDY ); in getBitmap()
1079 XGetWindowAttributes( GetXDisplay(), GetDrawable(), &aAttrib ); in getPixel()
1088 GetDrawable(), 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()