Searched defs:startAngle (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModel.cpp | 303 auto startAngle = rad2deg(tvg::atan2(e.y - s.y, e.x - s.x)); in fill() local
|
D | tvgShape.cpp | 162 Result Shape::appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) … in appendArc()
|
D | tvgSwStroke.cpp | 354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath()
|
D | tvgCapi.cpp | 322 …hape_append_arc(Tvg_Paint* paint, float cx, float cy, float radius, float startAngle, float sweep,… in tvg_shape_append_arc()
|