/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_misc_drawable_test.cpp | 151 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 155 auto propertyTwo = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 260 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 303 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 352 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
|
H A D | rs_property_drawable_background_test.cpp | 391 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 399 auto property2 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 404 auto property3 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 409 auto property4 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_canvas_drawing_render_node.h | 75 const std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>>& GetDrawCmdLists() const; 105 std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>> drawCmdLists_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_canvas_drawing_render_node_test.cpp | 106 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 172 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 225 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 322 …std::list<Drawing::DrawCmdListPtr> listDrawCmd { std::make_shared<Drawing::DrawCmdList>(width, hig… 458 auto property1 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 464 auto property2 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 468 std::list<Drawing::DrawCmdListPtr> listDrawCmd;
|
H A D | rs_render_node_test.cpp | 1412 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property = 1413 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 1810 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest1 = 1811 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 1814 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest2 = 1815 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 1888 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest1 = 1889 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 1918 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(); 2082 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = [all …]
|
H A D | rs_single_frame_composer_test.cpp | 47 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_;
|
H A D | rs_canvas_render_node_test.cpp | 341 auto propertyTwo = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
|
H A D | rs_render_node_test2.cpp | 1227 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest = 1228 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_render_modifier.h | 132 …RSDrawCmdListRenderModifier(const std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>>& prop… in RSDrawCmdListRenderModifier() 133 … : property_(property ? property : std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>()) in RSDrawCmdListRenderModifier() 168 Drawing::DrawCmdListPtr drawCmd = property_->Get(); in GetDrawCmdListId() 182 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_;
|
H A D | rs_render_property.h | 383 RSB_EXPORT void RSRenderProperty<Drawing::DrawCmdListPtr>::Dump(std::string& out) const; 444 extern template class RSRenderProperty<Drawing::DrawCmdListPtr>;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_modifier_test.cpp | 129 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 138 …auto prop1 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), … 212 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 305 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i… 325 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 117 … RSContext& context, NodeId nodeId, Drawing::DrawCmdListPtr value, PropertyId id, bool isDelta) in UpdateModifierDrawCmdList() 120 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(value, id); in UpdateModifierDrawCmdList() 251 NodeId, Drawing::DrawCmdListPtr, PropertyId, PropertyUpdateType))
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_canvas_drawing_render_node.cpp | 429 … if (auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get()) { in GetSizeFromDrawCmdModifiers() 476 … auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get(); in AddDirtyType() 531 const std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>>& RSCanvasDrawingRenderNode::GetD… in GetDrawCmdLists()
|
H A D | rs_canvas_render_node.cpp | 62 …auto renderProperty = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(drawCmds, ANONYM… in UpdateRecording()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssingleframecomposer_fuzzer/ |
H A D | rssingleframecomposer_fuzzer.cpp | 71 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd_list.h | 223 using DrawCmdListPtr = std::shared_ptr<DrawCmdList>; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 77 …const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::DrawCmdListPtr& drawCmdList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 188 auto renderProperty = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>( in CreateRenderModifier()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 488 void RSRenderProperty<Drawing::DrawCmdListPtr>::Dump(std::string& out) const in Dump() 747 template class RSRenderProperty<Drawing::DrawCmdListPtr>;
|
H A D | rs_render_modifier.cpp | 170 if (auto property = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)) { in Update()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_misc_drawable.cpp | 184 auto property = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>( in OnUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 178 …auto propertyPtr = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier.Ge… in DumpNodeDrawCmdModifier()
|
H A D | rs_profiler_base.cpp | 919 …modifier ? std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier->GetProper… in PerfTreeFlatten()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1111 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::DrawCmdListPtr& cmds) in DrawFrame()
|