Lines Matching refs:GetSizePixel

117 		aBitmapSize	( aBitmap.GetSizePixel() ),  in BitmapEx()
128 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
132 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx()
135 aMask.Scale(aBitmap.GetSizePixel()); in BitmapEx()
151 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
155 if(!!aBitmap && !!aMask && aBitmap.GetSizePixel() != aMask.GetSizePixel()) in BitmapEx()
158 aMask.Scale(rBmp.GetSizePixel()); in BitmapEx()
172 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
179 DBG_ASSERT( rBmp.GetSizePixel() == aMask.GetSizePixel(), in BitmapEx()
324 DBG_ASSERT( aRet.aBitmap.GetSizePixel() == aRet.aMask.GetSizePixel(), in GetColorTransformedBitmapEx()
396 if(GetSizePixel() != rNewSize) in SetSizePixel()
451 aBitmapSize = aBitmap.GetSizePixel(); in Scale()
453 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Scale()
515 aBitmapSize = aBitmap.GetSizePixel(); in Rotate()
517 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Rotate()
537 aBitmapSize = aBitmap.GetSizePixel(); in Crop()
539 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Crop()
576 aBitmapSize = aBitmap.GetSizePixel(); in Expand()
578 DBG_ASSERT( !aMask || aBitmap.GetSizePixel() == aMask.GetSizePixel(), in Expand()
627 AlphaMask* pAlpha = new AlphaMask( GetSizePixel(), &cBlack ); in CopyPixel()
647 aMask = Bitmap( GetSizePixel(), 1 ); in CopyPixel()
656 const AlphaMask aAlphaSrc( pBmpExSrc->GetSizePixel(), &cBlack ); in CopyPixel()
662 Bitmap aMaskSrc( pBmpExSrc->GetSizePixel(), 1 ); in CopyPixel()
858 const Size aDestinationSizePixel(aDestination.GetSizePixel()); in impTransformBitmap()
948 const sal_uInt32 nSourceWidth(GetSizePixel().Width()); in getTransformed()
949 const sal_uInt32 nSourceHeight(GetSizePixel().Height()); in getTransformed()
1050 aChangedBitmap.GetSizePixel(), in ModifyBitmapEx()