Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Dbitmapex.cxx1261 Color aMix(aColorTopLeft); in createBlendFrame() local
1263 aMix.Merge(aColorTopRight, 255 - sal_uInt8((x * 255) / nW)); in createBlendFrame()
1264 pContent->SetPixel(0, x, aMix); in createBlendFrame()
1306 Color aMix(aColorBottomLeft); in createBlendFrame() local
1308 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()
1309 pContent->SetPixel(y, x, aMix); in createBlendFrame()

Completed in 13 milliseconds