Searched refs:DrawPointsOpItem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 386 DrawPointsOpItem::Unmarshalling, sizeof(DrawPointsOpItem::ConstructorHandle)); 388 DrawPointsOpItem::DrawPointsOpItem(const DrawCmdList& cmdList, DrawPointsOpItem::ConstructorHandle*… in DrawPointsOpItem() function in OHOS::Rosen::Drawing::DrawPointsOpItem 394 std::shared_ptr<DrawOpItem> DrawPointsOpItem::Unmarshalling(const DrawCmdList& cmdList, void* handl… in Unmarshalling() 396 …return std::make_shared<DrawPointsOpItem>(cmdList, static_cast<DrawPointsOpItem::ConstructorHandle… in Unmarshalling() 399 void DrawPointsOpItem::Marshalling(DrawCmdList& cmdList) in Marshalling() 407 void DrawPointsOpItem::Playback(Canvas* canvas, const Rect* rect) in Playback()
|
H A D | recording_canvas.cpp | 88 AddDrawOpDeferred<DrawPointsOpItem>(mode, points); in DrawPoints() 92 AddDrawOpImmediate<DrawPointsOpItem::ConstructorHandle>(mode, pointsData); in DrawPoints()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | draw_cmd_test.cpp | 88 DrawPointsOpItem::ConstructorHandle handle{PointMode::POINTS_POINTMODE, {0, 0}, paintHandle}; 89 DrawPointsOpItem opItem{*drawCmdList, &handle};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | draw_cmd.h | 255 class DrawPointsOpItem : public DrawWithPaintOpItem { 265 DrawPointsOpItem(const DrawCmdList& cmdList, ConstructorHandle* handle); 266 DrawPointsOpItem(PointMode mode, std::vector<Point>& pts, const Paint& paint) in DrawPointsOpItem() function 268 ~DrawPointsOpItem() override = default;
|