Home
last modified time | relevance | path

Searched defs:startAngle (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.cpp303 auto startAngle = rad2deg(tvg::atan2(e.y - s.y, e.x - s.x)); in fill() local
DtvgShape.cpp162 Result Shape::appendArc(float cx, float cy, float radius, float startAngle, float sweep, bool pie) … in appendArc()
DtvgSwStroke.cpp354 void _firstSubPath(SwStroke& stroke, SwFixed startAngle, SwFixed lineLength) in _firstSubPath()
DtvgCapi.cpp322 …hape_append_arc(Tvg_Paint* paint, float cx, float cy, float radius, float startAngle, float sweep,… in tvg_shape_append_arc()