Searched refs:DrawPixelMapRectOpItem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 607 DrawPixelMapRectOpItem::Unmarshalling, sizeof(DrawPixelMapRectOpItem::ConstructorHandle)); 609 DrawPixelMapRectOpItem::DrawPixelMapRectOpItem( in DrawPixelMapRectOpItem() function in OHOS::Rosen::Drawing::DrawPixelMapRectOpItem 610 const DrawCmdList& cmdList, DrawPixelMapRectOpItem::ConstructorHandle* handle) in DrawPixelMapRectOpItem() 617 DrawPixelMapRectOpItem::DrawPixelMapRectOpItem(const std::shared_ptr<Media::PixelMap>& pixelMap, co… in DrawPixelMapRectOpItem() function in OHOS::Rosen::Drawing::DrawPixelMapRectOpItem 624 std::shared_ptr<DrawOpItem> DrawPixelMapRectOpItem::Unmarshalling(const DrawCmdList& cmdList, void*… in Unmarshalling() 626 return std::make_shared<DrawPixelMapRectOpItem>( in Unmarshalling() 627 cmdList, static_cast<DrawPixelMapRectOpItem::ConstructorHandle*>(handle)); in Unmarshalling() 630 void DrawPixelMapRectOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling() 638 void DrawPixelMapRectOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback() 648 void DrawPixelMapRectOpItem::SetNodeId(NodeId id) in SetNodeId()
|
H A D | rs_recording_canvas.cpp | 91 … AddDrawOpDeferred<Drawing::DrawPixelMapRectOpItem>(pixelMap, src, dst, sampling, constraint); in DrawPixelMapRect() 98 …AddDrawOpImmediate<Drawing::DrawPixelMapRectOpItem::ConstructorHandle>(objectHandle, sampling, con… in DrawPixelMapRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_draw_cmd_test.cpp | 374 Drawing::DrawPixelMapRectOpItem::ConstructorHandle constructorHandle(objectHandle, sampling, 376 Drawing::DrawPixelMapRectOpItem drawPixelMapRectOpItem(list, &constructorHandle); 398 Drawing::DrawPixelMapRectOpItem::ConstructorHandle constructorHandle(objectHandle, sampling, 400 Drawing::DrawPixelMapRectOpItem drawPixelMapRectOpItem(list, &constructorHandle);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_draw_cmd.h | 195 class DrawPixelMapRectOpItem : public DrawWithPaintOpItem { 208 DrawPixelMapRectOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle); 209 …DrawPixelMapRectOpItem(const std::shared_ptr<Media::PixelMap>& pixelMap, const Rect& src, const Re… 211 ~DrawPixelMapRectOpItem() override = default;
|