Home
last modified time | relevance | path

Searched refs:ConcatMatrixOpItem (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.cpp1818 ConcatMatrixOpItem::Unmarshalling, sizeof(ConcatMatrixOpItem::ConstructorHandle));
1820 ConcatMatrixOpItem::ConcatMatrixOpItem(ConcatMatrixOpItem::ConstructorHandle* handle) : DrawOpItem(… in ConcatMatrixOpItem() function in OHOS::Rosen::Drawing::ConcatMatrixOpItem
1825 std::shared_ptr<DrawOpItem> ConcatMatrixOpItem::Unmarshalling(const DrawCmdList& cmdList, void* han… in Unmarshalling()
1827 …return std::make_shared<ConcatMatrixOpItem>(static_cast<ConcatMatrixOpItem::ConstructorHandle*>(ha… in Unmarshalling()
1830 void ConcatMatrixOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling()
1837 void ConcatMatrixOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
H A Drecording_canvas.cpp540 cmdList_->AddDrawOp(std::make_shared<ConcatMatrixOpItem>(matrix)); in ConcatMatrix()
545 cmdList_->AddDrawOp<ConcatMatrixOpItem::ConstructorHandle>(matrixBuffer); in ConcatMatrix()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h1075 class ConcatMatrixOpItem : public DrawOpItem {
1083 explicit ConcatMatrixOpItem(ConstructorHandle* handle);
1084 …explicit ConcatMatrixOpItem(const Matrix& matrix) : DrawOpItem(DrawOpItem::CONCAT_MATRIX_OPITEM), … in ConcatMatrixOpItem() function
1085 ~ConcatMatrixOpItem() override = default;