Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/gdi/
H A Dbitmapex.cxx1181 Color aColorBottomRight) in createBlendFrame() argument
1192 aColTopRight.Merge(aColorBottomRight, 255 - sal_uInt8((nW * 255) / nDE)); in createBlendFrame()
1193 aColBottomLeft.Merge(aColorBottomRight, 255 - sal_uInt8((nH * 255) / nDE)); in createBlendFrame()
1195 …return createBlendFrame(rSize, nAlpha, aColorTopLeft, aColTopRight, aColorBottomRight, aColBottomL… in createBlendFrame()
1206 Color aColorBottomRight, in createBlendFrame() argument
1221 && aLastColorBottomRight == aColorBottomRight in createBlendFrame()
1231 aLastColorBottomRight = aColorBottomRight; in createBlendFrame()
1290 aMixB.Merge(aColorBottomRight, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame()
1308 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()
1317 pContent->SetPixel(y, x, aColorBottomRight); in createBlendFrame()
/aoo41x/main/vcl/inc/vcl/
H A Dbitmapex.hxx461 Color aColorBottomRight);
468 Color aColorBottomRight,

Completed in 32 milliseconds