Home
last modified time | relevance | path

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 Ddraw_cmd.h95 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 Ddraw_cmd.cpp93 { DrawOpItem::VERTICES_OPITEM, "VERTICES_OPITEM" },
802 UNMARSHALLING_REGISTER(DrawVertices, DrawOpItem::VERTICES_OPITEM,
806 : DrawWithPaintOpItem(cmdList, handle->paintHandle, VERTICES_OPITEM), mode_(handle->mode) in DrawVerticesOpItem()