Lines Matching refs:GetDrawable
372 pTrackingGC_ = XCreateGC( GetXDisplay(), GetDrawable(), in GetTrackingGC()
404 GetDrawable(), in DrawLines()
412 GetDrawable(), in DrawLines()
483 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
487 hBrush_ = XCreatePixmap( GetXDisplay(), GetDrawable(), 8, 8, 8 ); in GetDitherPixmap()
778 XDrawPoint( GetXDisplay(), GetDrawable(), SelectPen(), nX, nY ); in drawPixel()
790 XDrawPoint( pDisplay, GetDrawable(), SelectPen(), nX, nY ); in drawPixel()
801 XDrawPoint( pDisplay, GetDrawable(), pGC, nX, nY ); in drawPixel()
817 XDrawPoint (GetXDisplay(), GetDrawable(), aGC, (int)nX1, (int)nY1); in drawLine()
818 XDrawPoint (GetXDisplay(), GetDrawable(), aGC, (int)nX2, (int)nY2); in drawLine()
819 XDrawLine (GetXDisplay(), GetDrawable(), aGC, nX1, nY1, nX2, nY2 ); in drawLine()
822 XDrawLine( GetXDisplay(), GetDrawable(),SelectPen(), in drawLine()
833 GetDrawable(), in drawRect()
840 GetDrawable(), in drawRect()
920 GetDrawable(), in drawPolygon()
966 GetDrawable(), in drawPolyPolygon()
1020 GetDrawable(), in invert()