Searched refs:rCropRightBottom (Results 1 – 2 of 2) sorted by relevance
2402 const Size& rCropRightBottom, in ImplTransformBitmap() argument2418 rCropRightBottom.Width() < 0 || in ImplTransformBitmap()2419 rCropRightBottom.Height() < 0 ) ) in ImplTransformBitmap()2424 …nt32 nPadTotalWidth( aBmpSize.Width() + nPadLeft + (rCropRightBottom.Width() < 0 ? -rCropRightBott… in ImplTransformBitmap()2425 …t32 nPadTotalHeight( aBmpSize.Height() + nPadTop + (rCropRightBottom.Height() < 0 ? -rCropRightBot… in ImplTransformBitmap()
298 const Size& rCropRightBottom,
Completed in 48 milliseconds