Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx1263 Color aMix(aColorTopLeft); in createBlendFrame() local
1265 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame()
1266 pContent->SetPixel(0, x, aMix); in createBlendFrame()
1308 Color aMix(aColorBottomLeft); in createBlendFrame() local
1310 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()
1311 pContent->SetPixel(y, x, aMix); in createBlendFrame()

Completed in 17 milliseconds