Searched refs:aCur (Results 1 – 1 of 1) sorted by relevance
634 float aCur = 1.0f; in compositeBufferFromLayers() local660 aCur *= planeAlpha; in compositeBufferFromLayers()663 r = rCur + r * (1.0 - aCur); in compositeBufferFromLayers()664 g = gCur + g * (1.0 - aCur); in compositeBufferFromLayers()665 b = bCur + b * (1.0 - aCur); in compositeBufferFromLayers()666 a = aCur + a * (1.0 - aCur); in compositeBufferFromLayers()668 r = rCur * aCur + r * (1.0 - aCur); in compositeBufferFromLayers()669 g = gCur * aCur + g * (1.0 - aCur); in compositeBufferFromLayers()670 b = bCur * aCur + b * (1.0 - aCur); in compositeBufferFromLayers()671 a = aCur * aCur + a * (1.0 - aCur); in compositeBufferFromLayers()[all …]