Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Ddlgctrl.cxx1052 sal_uInt16 nLastPixel = *pPixel ? 0 : 1; in Paint() local
1064 if ( *( pPixel + i * nLines + j ) != nLastPixel ) in Paint()
1066 nLastPixel = *( pPixel + i * nLines + j ); in Paint()
1068 SetFillColor( nLastPixel ? aPixelColor : aBackgroundColor ); in Paint()

Completed in 26 milliseconds