Searched refs:DrawRecordCmdOpItem (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1139 DrawRecordCmdOpItem::Unmarshalling, sizeof(DrawRecordCmdOpItem::ConstructorHandle)); 1141 DrawRecordCmdOpItem::DrawRecordCmdOpItem( in DrawRecordCmdOpItem() function in OHOS::Rosen::Drawing::DrawRecordCmdOpItem 1142 const DrawCmdList& cmdList, DrawRecordCmdOpItem::ConstructorHandle* handle) in DrawRecordCmdOpItem() 1152 DrawRecordCmdOpItem::DrawRecordCmdOpItem(const std::shared_ptr<RecordCmd>& recordCmd, in DrawRecordCmdOpItem() function in OHOS::Rosen::Drawing::DrawRecordCmdOpItem 1165 std::shared_ptr<DrawOpItem> DrawRecordCmdOpItem::Unmarshalling(const DrawCmdList& cmdList, void* ha… in Unmarshalling() 1167 return std::make_shared<DrawRecordCmdOpItem>( in Unmarshalling() 1168 cmdList, static_cast<DrawRecordCmdOpItem::ConstructorHandle*>(handle)); in Unmarshalling() 1171 void DrawRecordCmdOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling() 1184 void DrawRecordCmdOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
|
H A D | recording_canvas.cpp | 372 cmdList_->AddDrawOp(std::make_shared<DrawRecordCmdOpItem>(recordCmd, matrix, brush)); in DrawRecordCmd() 390 cmdList_->AddDrawOp<DrawRecordCmdOpItem::ConstructorHandle>(recordCmdHandle, in DrawRecordCmd()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 814 class DrawRecordCmdOpItem : public DrawOpItem { 827 DrawRecordCmdOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle); 828 explicit DrawRecordCmdOpItem(const std::shared_ptr<RecordCmd>& recordCmd, 830 ~DrawRecordCmdOpItem() override = default;
|