Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx260 sal_uLong nGrey, nRGB[3]; in ImplReadBody() local
382 nGrey = 0; in ImplReadBody()
389 if ( nGrey <= mnMaxVal ) in ImplReadBody()
390 nGrey = 255 * nGrey / mnMaxVal; in ImplReadBody()
391 mpAcc->SetPixelIndex( nHeight, nWidth++, static_cast<sal_uInt8>(nGrey) ); in ImplReadBody()
392 nGrey = 0; in ImplReadBody()
441 nGrey *= 10; in ImplReadBody()
442 nGrey += nDat-'0'; in ImplReadBody()

Completed in 11 milliseconds