Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp247 DrawRangeImpl(canvas, rect, 0, drawCmdIndex_.backgroundEndIndex_); in DrawBackground()
413 auto backgroundIndex = drawCmdIndex_.backgroundEndIndex_; in DrawBackgroundWithoutFilterAndEffect()
470 … params.GetBounds(), drawCmdIndex_.foregroundFilterBeginIndex_, drawCmdIndex_.backgroundEndIndex_); in CheckShadowRectAndDrawBackground()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp554 adapter->drawCmdIndex_.backgroundEndIndex_ = 1;
557 adapter->drawCmdIndex_.backgroundEndIndex_ = 1;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h56 int8_t backgroundEndIndex_ = -1; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2659 stagingDrawCmdIndex_.backgroundEndIndex_ = stagingDrawCmdIndex_.contentIndex_ == -1 in UpdateDisplayList()
2671 stagingDrawCmdIndex_.backgroundEndIndex_ = static_cast<int8_t>(stagingDrawCmdList_.size()); in UpdateDisplayList()