Searched refs:nPenPixel_ (Results 1 – 2 of 2) sorted by relevance
107 nPenPixel_ = 0; in X11SalGraphics()212 nPenPixel_ = GetPixel( nPenColor_ ); in SetDrawable()228 nPenPixel_ = GetPixel( nPenColor_ ); in Init()299 XSetForeground( pDisplay, pPenGC_, nPenPixel_ ); in SelectPen()670 nPenPixel_ = GetPixel( nSalColor ); in SetLineColor()723 nPenPixel_ = (Pixel)0; in SetROPLineColor()726 nPenPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPLineColor()729 nPenPixel_ = (Pixel)(1 << GetVisual().GetDepth()) - 1; in SetROPLineColor()732 nPenColor_ = GetColormap().GetColor( nPenPixel_ ); in SetROPLineColor()804 XSetForeground( pDisplay, pGC, nPenPixel_ ); in drawPixel()
96 Pixel nPenPixel_; member in X11SalGraphics
Completed in 18 milliseconds