Lines Matching refs:aBitmapSize
59 aBitmapSize ( rBitmapEx.aBitmapSize ), in BitmapEx()
74 aBitmapSize = aSize; in BitmapEx()
117 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
128 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
151 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
172 aBitmapSize ( aBitmap.GetSizePixel() ), in BitmapEx()
199 aBitmapSize = rBitmapEx.aBitmapSize; in operator =()
218 if( aBitmapSize != rBitmapEx.aBitmapSize ) in operator ==()
451 aBitmapSize = aBitmap.GetSizePixel(); in Scale()
466 if( aBitmapSize.Width() && aBitmapSize.Height() ) in Scale()
468 bRet = Scale( (double) rNewSize.Width() / aBitmapSize.Width(), in Scale()
469 (double) rNewSize.Height() / aBitmapSize.Height(), in Scale()
498 aMask = Bitmap( aBitmapSize, 1 ); in Rotate()
515 aBitmapSize = aBitmap.GetSizePixel(); in Rotate()
537 aBitmapSize = aBitmap.GetSizePixel(); in Crop()
576 aBitmapSize = aBitmap.GetSizePixel(); in Expand()
774 if(nX >= 0 && nX < aBitmapSize.Width() && nY >= 0 && nY < aBitmapSize.Height()) in GetTransparency()