Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp77 …auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, Drawing::DrawOpItem::Type:… variable
78 drawCmds->drawOpItems_.emplace_back(drawOpItem);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h108 bool AddDrawOp(std::shared_ptr<DrawOpItem>&& drawOpItem);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp68 bool DrawCmdList::AddDrawOp(std::shared_ptr<DrawOpItem>&& drawOpItem) in AddDrawOp() argument
74 drawOpItems_.emplace_back(drawOpItem); in AddDrawOp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp319 auto drawOpItem = std::make_shared<Drawing::DrawWithPaintOpItem>(paint, 0); variable
323 drawCmdList->AddDrawOp(std::move(drawOpItem));