Lines Matching refs:nDepth
168 int nDepth = nOriginalDepth; in checkCanvasBitmap() local
173 nDepth = pAcc->GetBitCount(); in checkCanvasBitmap()
192 aContainedBmpEx.IsTransparent() ? std::max(8,nDepth)+8 : nDepth); in checkCanvasBitmap()
206 test( aLayout.Palette.is() == (nDepth <= 8), in checkCanvasBitmap()
258 else if( nDepth <= 8 ) in checkCanvasBitmap()
319 int nDepth = nOriginalDepth; in checkBitmapImport() local
324 nDepth = pAcc->GetBitCount(); in checkBitmapImport()
343 aContainedBmpEx.IsTransparent() ? std::max(8,nDepth)+8 : nDepth); in checkBitmapImport()
357 test( aLayout.Palette.is() == (nDepth <= 8), in checkBitmapImport()
409 else if( nDepth <= 8 ) in checkBitmapImport()
882 const sal_Int8 nDepth( lcl_depths[i] ); in Paint() local
883 Bitmap aBitmap(Size(200,200),nDepth); in Paint()
912 checkCanvasBitmap( xBmp, "single bitmap", nDepth ); in Paint()
931 checkCanvasBitmap( xBmp, "masked bitmap", nDepth ); in Paint()
950 checkCanvasBitmap( xBmp, "alpha bitmap", nDepth ); in Paint()