Home
last modified time | relevance | path

Searched refs:aColorBottomRight (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1183 Color aColorBottomRight) in createBlendFrame() argument
1194 aColTopRight.Merge(aColorBottomRight, 255 - sal_uInt8((nW * 255) / nDE)); in createBlendFrame()
1195 aColBottomLeft.Merge(aColorBottomRight, 255 - sal_uInt8((nH * 255) / nDE)); in createBlendFrame()
1197 …return createBlendFrame(rSize, nAlpha, aColorTopLeft, aColTopRight, aColorBottomRight, aColBottomL… in createBlendFrame()
1208 Color aColorBottomRight, in createBlendFrame() argument
1223 && aLastColorBottomRight == aColorBottomRight in createBlendFrame()
1233 aLastColorBottomRight = aColorBottomRight; in createBlendFrame()
1292 aMixB.Merge(aColorBottomRight, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame()
1310 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()
1319 pContent->SetPixel(y, x, aColorBottomRight); in createBlendFrame()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx461 Color aColorBottomRight);
468 Color aColorBottomRight,

Completed in 18 milliseconds