Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Ddlgctrl.cxx1016 sal_uInt16 nLastPixel = *pPixel ? 0 : 1; in Paint() local
1028 if ( *( pPixel + i * nLines + j ) != nLastPixel ) in Paint()
1030 nLastPixel = *( pPixel + i * nLines + j ); in Paint()
1032 SetFillColor( nLastPixel ? aPixelColor : aBackgroundColor ); in Paint()