Lines Matching refs:GC
84 GC aDestGC, in CopyScreenArea()
126 GC X11SalGraphics::CreateGC( Drawable hDrawable, unsigned long nMask ) in CreateGC()
143 inline GC X11SalGraphics::GetMonoGC( Pixmap hPixmap ) in GetMonoGC()
158 inline GC X11SalGraphics::GetCopyGC() in GetCopyGC()
174 GC X11SalGraphics::GetInvertGC() in GetInvertGC()
192 GC X11SalGraphics::GetInvert50GC() in GetInvert50GC()
240 inline GC X11SalGraphics::GetStippleGC() in GetStippleGC()
339 GC X11SalGraphics::SetMask( int &nX, in SetMask()
382 GC pMonoGC = GetMonoGC( hPixmap ); in SetMask()
514 GC pCopyGC; in copyBits()
634 GC aGC( GetCopyGC() ); in drawBitmap()
697 GC aTmpGC; in drawMaskedBitmap()
872 GC aAlphaGC = XCreateGC( pXDisplay, aAlphaPM, GCFunction, &aAlphaGCV ); in drawAlphaBitmap()
973 GC aTmpGC; in drawMask()
985 GC aStippleGC( GetStippleGC() ); in drawMask()
1114 GC pGC; in invert()