Searched refs:nLastPixel (Results 1 – 1 of 1) sorted by relevance
1052 sal_uInt16 nLastPixel = *pPixel ? 0 : 1; in Paint() local1064 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 15 milliseconds