Searched refs:aMix (Results 1 – 1 of 1) sorted by relevance
1263 Color aMix(aColorTopLeft); in createBlendFrame() local1265 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() local1310 aMix.Merge(aColorBottomRight, 255 - sal_uInt8(((x - 0)* 255) / nW)); in createBlendFrame()1311 pContent->SetPixel(y, x, aMix); in createBlendFrame()
Completed in 15 milliseconds