Searched refs:VERTICES_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 | 95 VERTICES_OPITEM, enumerator 567 … : OpItem(DrawOpItem::VERTICES_OPITEM), vertices(vertices), mode(mode), paintHandle(paintHandle) {} in ConstructorHandle() 575 : DrawWithPaintOpItem(paint, DrawOpItem::VERTICES_OPITEM), mode_(mode), in DrawVerticesOpItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | draw_cmd.cpp | 93 { DrawOpItem::VERTICES_OPITEM, "VERTICES_OPITEM" }, 802 UNMARSHALLING_REGISTER(DrawVertices, DrawOpItem::VERTICES_OPITEM, 806 : DrawWithPaintOpItem(cmdList, handle->paintHandle, VERTICES_OPITEM), mode_(handle->mode) in DrawVerticesOpItem()
|