Searched defs:sweep (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgPath.cpp | 103 …* cur, Point* curCtl, float x, float y, float rx, float ry, float angle, bool largeArc, bool sweep) in _pathAppendArcTo() 497 int large, sweep; in _nextCommand() local
|
D | tvgShape.cpp | 162 Result Shape::appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) … in appendArc()
|
D | tvgCapi.cpp | 322 …arc(Tvg_Paint* paint, float cx, float cy, float radius, float startAngle, float sweep, uint8_t pie) in tvg_shape_append_arc()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 525 float sweep, in lv_vg_lite_path_append_arc()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 382 float sweep, bool pie) in lv_vector_path_append_arc()
|