Home
last modified time | relevance | path

Searched refs:SaveOpItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1975 SaveOpItem::Unmarshalling, sizeof(SaveOpItem::ConstructorHandle));
1977 SaveOpItem::SaveOpItem() : DrawOpItem(SAVE_OPITEM) {} in SaveOpItem() function in OHOS::Rosen::Drawing::SaveOpItem
1979 std::shared_ptr<DrawOpItem> SaveOpItem::Unmarshalling(const DrawCmdList& cmdList, void* handle) in Unmarshalling()
1981 return std::make_shared<SaveOpItem>(); in Unmarshalling()
1984 void SaveOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling()
1989 void SaveOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
H A Drecording_canvas.cpp724 cmdList_->AddDrawOp(std::make_shared<SaveOpItem>()); in CheckForLazySave()
726 cmdList_->AddDrawOp<SaveOpItem::ConstructorHandle>(); in CheckForLazySave()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h1208 class SaveOpItem : public DrawOpItem {
1214 SaveOpItem();
1215 ~SaveOpItem() override = default;