Searched refs:DrawLineOpItem (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 | 415 DrawLineOpItem::Unmarshalling, sizeof(DrawLineOpItem::ConstructorHandle)); 417 DrawLineOpItem::DrawLineOpItem(const DrawCmdList& cmdList, DrawLineOpItem::ConstructorHandle* handl… in DrawLineOpItem() function in OHOS::Rosen::Drawing::DrawLineOpItem 421 std::shared_ptr<DrawOpItem> DrawLineOpItem::Unmarshalling(const DrawCmdList& cmdList, void* handle) in Unmarshalling() 423 …return std::make_shared<DrawLineOpItem>(cmdList, static_cast<DrawLineOpItem::ConstructorHandle*>(h… in Unmarshalling() 426 void DrawLineOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling() 433 void DrawLineOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
|
H A D | recording_canvas.cpp | 98 AddDrawOpDeferred<DrawLineOpItem>(startPt, endPt); in DrawLine() 101 AddDrawOpImmediate<DrawLineOpItem::ConstructorHandle>(startPt, endPt); in DrawLine()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 278 class DrawLineOpItem : public DrawWithPaintOpItem { 288 DrawLineOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle); 289 DrawLineOpItem(const Point& startPt, const Point& endPt, const Paint& paint) in DrawLineOpItem() function 291 ~DrawLineOpItem() override = default;
|