Lines Matching refs:GetSizePixel

115 		aBitmapSize	( aBitmap.GetSizePixel() ),  in BitmapEx()
126 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
130 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx()
133 aMask.Scale(aBitmap.GetSizePixel()); in BitmapEx()
149 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
153 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx()
156 aMask.Scale(rBmp.GetSizePixel()); in BitmapEx()
170 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
177 DBG_ASSERT( rBmp.GetSizePixel() == aMask.GetSizePixel(), in BitmapEx()
322 DBG_ASSERT( aRet.aBitmap.GetSizePixel() == aRet.aMask.GetSizePixel(), in GetColorTransformedBitmapEx()
394 if(GetSizePixel() != rNewSize) in SetSizePixel()
449 aBitmapSize = aBitmap.GetSizePixel(); in Scale()
451 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Scale()
513 aBitmapSize = aBitmap.GetSizePixel(); in Rotate()
515 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Rotate()
535 aBitmapSize = aBitmap.GetSizePixel(); in Crop()
537 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Crop()
574 aBitmapSize = aBitmap.GetSizePixel(); in Expand()
576 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Expand()
625 AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack ); in CopyPixel()
645 aMask = Bitmap( GetSizePixel(), 1 ); in CopyPixel()
654 const AlphaMask aAlphaSrc( pBmpExSrc->GetSizePixel(), &cBlack ); in CopyPixel()
660 Bitmap aMaskSrc( pBmpExSrc->GetSizePixel(), 1 ); in CopyPixel()
856 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap()
946 const sal_uInt32 nSourceWidth(GetSizePixel().Width()); in getTransformed()
947 const sal_uInt32 nSourceHeight(GetSizePixel().Height()); in getTransformed()
1048 aChangedBitmap.GetSizePixel(), in ModifyBitmapEx()