Home
last modified time | relevance | path

Searched refs:cmdList_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp40 cmdList_ = std::make_shared<DrawCmdList>(width, height, mode); in RecordingCanvas()
45 return cmdList_; in GetDrawCmdList()
50 if (cmdList_ == nullptr) { in Clear()
53 cmdList_->ClearOp(); in Clear()
60 cmdList_ = std::make_shared<DrawCmdList>(width, height, mode); in Reset()
192 cmdList_->AddDrawOp(std::make_shared<DrawShadowOpItem>( in DrawShadow()
197 cmdList_->AddDrawOp<DrawShadowOpItem::ConstructorHandle>( in DrawShadow()
259 cmdList_->AddDrawOp<DrawImageNineOpItem::ConstructorHandle>( in DrawImageNine()
604 cmdList_->AddDrawOp(std::make_shared<FlushOpItem>()); in Flush()
607 cmdList_->AddDrawOp<FlushOpItem::ConstructorHandle>(); in Flush()
[all …]
H A Dmask_cmd_list.cpp91 : path_(path), brush_(brush), pen_(defaultPen), cmdList_(cmdList) {} in MaskPlayer()
94 : path_(path), brush_(brush), pen_(pen), cmdList_(cmdList) {} in MaskPlayer()
120 op->Playback(player.brush_, player.cmdList_); in Playback()
160 op->Playback(player.path_, player.cmdList_); in Playback()
177 op->Playback(player.pen_, player.cmdList_); in Playback()
H A Ddraw_cmd.cpp294 : canvas_(canvas), rect_(rect), cmdList_(cmdList) {} in GenerateCachedOpItemPlayer()
304 return op->GenerateCachedOpItem(cmdList_, canvas_); in GenerateCachedOpItem()
336 UnmarshallingPlayer::UnmarshallingPlayer(const DrawCmdList& cmdList) : cmdList_(cmdList) {} in UnmarshallingPlayer()
349 return (*unmarshallingPair.first)(this->cmdList_, handle); in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp104 cmdList_->AddDrawOp(std::make_shared<Drawing::DrawFuncOpItem>(std::move(drawFunc))); in DrawDrawFunc()
111 cmdList_->AddOp<Drawing::DrawFuncOpItem::ConstructorHandle>(objectHandle); in DrawDrawFunc()
145 cmdList_->AddDrawOp<T>(std::forward<Args>(args)..., paintHandle); in AddDrawOpImmediate()
151 Drawing::DrawOpItem::GenerateHandleFromPaint(*cmdList_, paintPen_, paintHandle); in AddDrawOpImmediate()
152 cmdList_->AddDrawOp<T>(std::forward<Args>(args)..., paintHandle); in AddDrawOpImmediate()
158 Drawing::DrawOpItem::GenerateHandleFromPaint(*cmdList_, paintBrush_, paintHandle); in AddDrawOpImmediate()
159 cmdList_->AddDrawOp<T>(std::forward<Args>(args)..., paintHandle); in AddDrawOpImmediate()
163 Drawing::DrawOpItem::GenerateHandleFromPaint(*cmdList_, paintPen_, paintHandle); in AddDrawOpImmediate()
164 cmdList_->AddDrawOp<T>(std::forward<Args>(args)..., paintHandle); in AddDrawOpImmediate()
179 cmdList_->AddDrawOp(std::make_shared<T>(std::forward<Args>(args)..., paintPen_)); in AddDrawOpDeferred()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp206 drawable->recordingCanvas_->cmdList_ =
212 drawable->recordingCanvas_->cmdList_->drawOpItems_.push_back(item);
241 drawable->recordingCanvas_->cmdList_ =
247 drawable->recordingCanvas_->cmdList_->drawOpItems_.push_back(item);
281 drawable->recordingCanvas_->cmdList_ = std::make_shared<Drawing::DrawCmdList>();
285 drawable->recordingCanvas_->cmdList_->drawOpItems_.push_back(item);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dmask_cmd_list.h50 const CmdList& cmdList_; variable
H A Drecording_canvas.h141 std::shared_ptr<DrawCmdList> cmdList_ = nullptr; variable
H A Ddraw_cmd.h154 const DrawCmdList& cmdList_;
166 DrawCmdList& cmdList_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3684 canvasNode->recordingCanvas_->cmdList_ =
3690 canvasNode->recordingCanvas_->cmdList_ =
3694 canvasNode->recordingCanvas_->cmdList_->drawOpItems_.push_back(item);
3707 canvasNode->recordingCanvas_->cmdList_ = nullptr;