Lines Matching refs:hPixmap
143 inline GC X11SalGraphics::GetMonoGC( Pixmap hPixmap ) in GetMonoGC() argument
146 pMonoGC_ = CreateGC( hPixmap ); in GetMonoGC()
364 Pixmap hPixmap = XCreatePixmap( pDisplay, hClipMask, nDX, nDY, 1 ); in SetMask() local
366 if( !hPixmap ) in SetMask()
376 hPixmap, in SetMask()
382 GC pMonoGC = GetMonoGC( hPixmap ); in SetMask()
386 hPixmap, // Destination in SetMask()
392 XSetClipMask( pDisplay, pMaskGC_, hPixmap ); in SetMask()
395 XFreePixmap( pDisplay, hPixmap ); in SetMask()
520 Pixmap hPixmap = XCreatePixmap( GetXDisplay(), in copyBits() local
534 hPixmap, // destination in copyBits()
540 hPixmap, // source in copyBits()
546 XFreePixmap( GetXDisplay(), hPixmap ); in copyBits()