Searched refs:nExpectedBitsPerPixel (Results 1 – 1 of 1) sorted by relevance
191 const sal_Int32 nExpectedBitsPerPixel( in checkCanvasBitmap() local195 test( aLayout.ScanLineBytes == (nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap()197 test( aLayout.ScanLineStride == (nExpectedBitsPerPixel+7)/8 || in checkCanvasBitmap()198 aLayout.ScanLineStride == -(nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap()217 test( aLayout.ScanLineBytes == (200*nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap()220 aLayout.ScanLineStride == -(200*nExpectedBitsPerPixel+7)/8, in checkCanvasBitmap()342 const sal_Int32 nExpectedBitsPerPixel( in checkBitmapImport() local346 test( aLayout.ScanLineBytes == (nExpectedBitsPerPixel+7)/8, in checkBitmapImport()348 test( aLayout.ScanLineStride == (nExpectedBitsPerPixel+7)/8 || in checkBitmapImport()349 aLayout.ScanLineStride == -(nExpectedBitsPerPixel+7)/8, in checkBitmapImport()[all …]
Completed in 11 milliseconds