Searched refs:SaveOpItem (Results 1 – 3 of 3) sorted by relevance
1975 SaveOpItem::Unmarshalling, sizeof(SaveOpItem::ConstructorHandle));1977 SaveOpItem::SaveOpItem() : DrawOpItem(SAVE_OPITEM) {} in SaveOpItem() function in OHOS::Rosen::Drawing::SaveOpItem1979 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()
724 cmdList_->AddDrawOp(std::make_shared<SaveOpItem>()); in CheckForLazySave()726 cmdList_->AddDrawOp<SaveOpItem::ConstructorHandle>(); in CheckForLazySave()
1208 class SaveOpItem : public DrawOpItem {1214 SaveOpItem();1215 ~SaveOpItem() override = default;