Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp537 auto sinB = abs(mathSin(beta - gamma)); in _cubicTo() local
538 auto alen = mathMulDiv(blen, sinA, sinB); in _cubicTo()