Home
last modified time | relevance | path

Searched refs:ResetMatrixOpItem (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.cpp1797 ResetMatrixOpItem::Unmarshalling, sizeof(ResetMatrixOpItem::ConstructorHandle));
1799 ResetMatrixOpItem::ResetMatrixOpItem() : DrawOpItem(RESET_MATRIX_OPITEM) {} in ResetMatrixOpItem() function in OHOS::Rosen::Drawing::ResetMatrixOpItem
1801 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()
H A Drecording_canvas.cpp528 cmdList_->AddDrawOp(std::make_shared<ResetMatrixOpItem>()); in ResetMatrix()
531 cmdList_->AddDrawOp<ResetMatrixOpItem::ConstructorHandle>(); in ResetMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h1061 class ResetMatrixOpItem : public DrawOpItem {
1067 ResetMatrixOpItem();
1068 ~ResetMatrixOpItem() override = default;