Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp628 if (drawCmdIndex_.envForeGroundColorIndex_ != -1) { in ApplyForegroundColorIfNeed()
629 drawCmdList_[drawCmdIndex_.envForeGroundColorIndex_](&canvas, &rect); in ApplyForegroundColorIfNeed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h48 int8_t envForeGroundColorIndex_ = -1; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2631 …stagingDrawCmdIndex_.envForeGroundColorIndex_ = AppendDrawFunc(RSDrawableSlot::ENV_FOREGROUND_COLO… in UpdateDisplayList()