Searched refs:ResetMatrixOpItem (Results 1 – 3 of 3) sorted by relevance
1797 ResetMatrixOpItem::Unmarshalling, sizeof(ResetMatrixOpItem::ConstructorHandle));1799 ResetMatrixOpItem::ResetMatrixOpItem() : DrawOpItem(RESET_MATRIX_OPITEM) {} in ResetMatrixOpItem() function in OHOS::Rosen::Drawing::ResetMatrixOpItem1801 std::shared_ptr<DrawOpItem> ResetMatrixOpItem::Unmarshalling(const DrawCmdList& cmdList, void* hand… in Unmarshalling()1803 return std::make_shared<ResetMatrixOpItem>(); in Unmarshalling()1806 void ResetMatrixOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling()1811 void ResetMatrixOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
528 cmdList_->AddDrawOp(std::make_shared<ResetMatrixOpItem>()); in ResetMatrix()531 cmdList_->AddDrawOp<ResetMatrixOpItem::ConstructorHandle>(); in ResetMatrix()
1061 class ResetMatrixOpItem : public DrawOpItem {1067 ResetMatrixOpItem();1068 ~ResetMatrixOpItem() override = default;