Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_drawing_render_node.h77 bool IsDrawCmdListsVisited() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.h58 bool IsDrawCmdListsVisited() const override in IsDrawCmdListsVisited() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h167 virtual bool IsDrawCmdListsVisited() const in IsDrawCmdListsVisited() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp538 if (renderDrawable_ && renderDrawable_->IsDrawCmdListsVisited()) { in ClearResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp631 EXPECT_FALSE(drawable->IsDrawCmdListsVisited());