Home
last modified time | relevance | path

Searched refs:nPenPixel_ (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx107 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()
/aoo4110/main/vcl/inc/unx/
H A Dsalgdi.h96 Pixel nPenPixel_; member in X11SalGraphics

Completed in 31 milliseconds