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 D | draw_cmd.h | 47 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 D | draw_cmd.cpp | 45 { DrawOpItem::POINTS_OPITEM, "POINTS_OPITEM" }, 385 UNMARSHALLING_REGISTER(DrawPoints, DrawOpItem::POINTS_OPITEM, 389 : DrawWithPaintOpItem(cmdList, handle->paintHandle, POINTS_OPITEM), mode_(handle->mode) in DrawPointsOpItem()
|