Lines Matching refs:rSize
1180 const Size& rSize, in createBlendFrame() argument
1185 const sal_uInt32 nW(rSize.Width()); in createBlendFrame()
1186 const sal_uInt32 nH(rSize.Height()); in createBlendFrame()
1197 …return createBlendFrame(rSize, nAlpha, aColorTopLeft, aColTopRight, aColorBottomRight, aColBottomL… in createBlendFrame()
1204 const Size& rSize, in createBlendFrame() argument
1219 if(aLastSize == rSize in createBlendFrame()
1229 aLastSize = rSize; in createBlendFrame()
1237 const long nW(rSize.Width()); in createBlendFrame()
1238 const long nH(rSize.Height()); in createBlendFrame()
1243 Bitmap aContent(rSize, 24); in createBlendFrame()
1244 AlphaMask aAlpha(rSize, &aEraseTrans); in createBlendFrame()