Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp492 SwFixed alpha0 = 0; in _cubicTo() local
496 alpha0 = mathAtan(arc[0] - arc[3]); in _cubicTo()
529 if (abs(mathDiff(alpha0, alpha1)) > SW_ANGLE_PI / 2) { in _cubicTo()