Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestBuffer.cpp634 float aCur = 1.0f; in compositeBufferFromLayers() local
660 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 …]