Searched refs:cGray (Results 1 – 1 of 1) sorted by relevance
371 const sal_uInt8 cGray = (sal_uInt8) n; in CreateBitmap() local372 aGrayPal[ n ] = BitmapColor( cGray, cGray, cGray ); in CreateBitmap()455 const sal_uInt8 cGray = (sal_uInt8) n; in FillBitmap() local456 pCols[ n ] = pAcc->GetBestMatchingColor( BitmapColor( cGray, cGray, cGray ) ); in FillBitmap()
Completed in 17 milliseconds