Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_processor.cpp279 auto bufferBackgroundColor = params.GetBackgroundColor(); in GetLayerInfo() local
281 .r = bufferBackgroundColor.GetRed(), in GetLayerInfo()
282 .g = bufferBackgroundColor.GetGreen(), in GetLayerInfo()
283 .b = bufferBackgroundColor.GetBlue(), in GetLayerInfo()
284 .a = bufferBackgroundColor.GetAlpha() in GetLayerInfo()