Home
last modified time | relevance | path

Searched refs:appendArc (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgShape.cpp162 Result Shape::appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) … in appendArc() function in Shape
Dthorvg.h976 …Result appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) noexce…
DtvgCapi.cpp325 …return (Tvg_Result) reinterpret_cast<Shape*>(paint)->appendArc(cx, cy, radius, startAngle, sweep, … in tvg_shape_append_arc()