32 bool bHeightEven = (nHeight % 2) == 0;
33 bool bWidthEven = (nWidth % 2) == 0;
60 if (pReadAccess->
GetPixel(
y, nWidthHalf) != pReadAccess->
GetPixel(nHeight -
y - 1, nWidthHalf))
tools::Long Height() const
tools::Long Width() const
BitmapColor GetPixel(tools::Long nY, tools::Long nX) const
BitmapColor GetPixelFromData(const sal_uInt8 *pData, tools::Long nX) const
Scanline GetScanline(tools::Long nY) const
static bool checkImpl(BitmapReadAccess const *pReadAccess)
static bool check(Bitmap &rBitmap)