Searched refs:DrawBitmapOpItem (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 1000 DrawBitmapOpItem::Unmarshalling, sizeof(DrawBitmapOpItem::ConstructorHandle)); 1002 DrawBitmapOpItem::DrawBitmapOpItem(const DrawCmdList& cmdList, DrawBitmapOpItem::ConstructorHandle*… in DrawBitmapOpItem() function in OHOS::Rosen::Drawing::DrawBitmapOpItem 1008 std::shared_ptr<DrawOpItem> DrawBitmapOpItem::Unmarshalling(const DrawCmdList& cmdList, void* handl… in Unmarshalling() 1010 …return std::make_shared<DrawBitmapOpItem>(cmdList, static_cast<DrawBitmapOpItem::ConstructorHandle… in Unmarshalling() 1013 void DrawBitmapOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling() 1024 void DrawBitmapOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 723 class DrawBitmapOpItem : public DrawWithPaintOpItem { 734 DrawBitmapOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle); 735 DrawBitmapOpItem(const Bitmap& bitmap, const scalar px, const scalar py, const Paint& paint) in DrawBitmapOpItem() function 738 ~DrawBitmapOpItem() override = default;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 580 DrawBitmapOpItem opItem{bitmap, 0, 0, paint};
|