Searched refs:pGC (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi.cxx | 265 XSetClipMask( pDisplay, pGC, None ); in SetClipRegion() 405 pGC, in DrawLines() 413 pGC, in DrawLines() 796 GC pGC = SelectPen(); in drawPixel() local 960 GC pGC = SelectBrush(); in drawPolyPolygon() local 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() [all …]
|
H A D | salgdi2.cxx | 1114 GC pGC; in invert() local 1117 pGC = GetInvert50GC(); in invert() 1118 XFillRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert() 1124 pGC = GetTrackingGC(); in invert() 1125 XDrawRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert() 1129 pGC = GetInvertGC(); in invert() 1130 XFillRectangle( GetXDisplay(), GetDrawable(), pGC, nX, nY, nDX, nDY ); in invert()
|
/aoo41x/main/vcl/inc/unx/ |
H A D | salgdi.h | 136 void SetClipRegion( GC pGC, 148 GC pGC,
|
Completed in 20 milliseconds