Home
last modified time | relevance | path

Searched refs:POINTS_OPITEM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h47 POINTS_OPITEM, enumerator
259 : OpItem(DrawOpItem::POINTS_OPITEM), mode(mode), pts(pts), paintHandle(paintHandle) {} in ConstructorHandle()
267 : DrawWithPaintOpItem(paint, DrawOpItem::POINTS_OPITEM), mode_(mode), pts_(pts) {} in DrawPointsOpItem()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp45 { DrawOpItem::POINTS_OPITEM, "POINTS_OPITEM" },
385 UNMARSHALLING_REGISTER(DrawPoints, DrawOpItem::POINTS_OPITEM,
389 : DrawWithPaintOpItem(cmdList, handle->paintHandle, POINTS_OPITEM), mode_(handle->mode) in DrawPointsOpItem()