Lines Matching refs:pGC
249 void X11SalGraphics::SetClipRegion( GC pGC, XLIB_Region pXReg ) const in SetClipRegion() argument
265 XSetClipMask( pDisplay, pGC, None ); in SetClipRegion()
267 XSetRegion( pDisplay, pGC, Regions[0] ); in SetClipRegion()
274 XSetRegion( pDisplay, pGC, pTmpRegion ); in SetClipRegion()
391 GC pGC, in DrawLines() argument
405 pGC, in DrawLines()
413 pGC, in DrawLines()
796 GC pGC = SelectPen(); in drawPixel() local
799 XSetForeground( pDisplay, pGC, GetPixel( nSalColor ) ); in drawPixel()
801 XDrawPoint( pDisplay, GetDrawable(), pGC, nX, nY ); in drawPixel()
804 XSetForeground( pDisplay, pGC, nPenPixel_ ); in drawPixel()
960 GC pGC = SelectBrush(); in drawPolyPolygon() local
961 SetClipRegion( pGC, pXRegA ); // ??? doppelt in drawPolyPolygon()
967 pGC, in drawPolyPolygon()
1007 GC pGC; in invert() local
1009 pGC = GetInvert50GC(); in invert()
1012 pGC = GetTrackingGC(); in invert()
1014 pGC = GetInvertGC(); in invert()
1017 DrawLines ( nPoints, Points, pGC, true ); in invert()
1021 pGC, in invert()