Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_composition_check.cpp40 const uint32_t WHITE_TRANSPARENT = 0xffffff00; in SimpleHandleAlpha() local
45 color = (color & WHITE_TRANSPARENT) | (layers.alpha & ALPHA); // get the alpha in SimpleHandleAlpha()
49 color = (color & WHITE_TRANSPARENT) | (layers.alpha & ALPHA); // get the alpha in SimpleHandleAlpha()