Home
last modified time | relevance | path

Searched refs:PIE_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.h53 PIE_OPITEM, enumerator
398 … : OpItem(DrawOpItem::PIE_OPITEM), rect(rect), startAngle(startAngle), sweepAngle(sweepAngle), in ConstructorHandle()
408 : DrawWithPaintOpItem(paint, DrawOpItem::PIE_OPITEM), rect_(oval), startAngle_(startAngle), in DrawPieOpItem()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp51 { DrawOpItem::PIE_OPITEM, "PIE_OPITEM" },
544 UNMARSHALLING_REGISTER(DrawPie, DrawOpItem::PIE_OPITEM,
548 : DrawWithPaintOpItem(cmdList, handle->paintHandle, PIE_OPITEM), rect_(handle->rect), in DrawPieOpItem()