Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp169 auto length = mathMulDiv(radius, mathSin(theta) * 4, (0x10000L + mathCos(theta)) * 3); in _borderArcTo()
258 thcos = mathCos(theta); in _outside()
322 auto thcos = mathCos(theta); in _inside()
490 auto length1 = mathDivide(stroke.width, mathCos(theta1)); in _cubicTo()
491 auto length2 = mathDivide(stroke.width, mathCos(theta2)); in _cubicTo()
DtvgSwMath.cpp192 return mathCos(SW_ANGLE_PI2 - angle); in mathSin()
196 SwFixed mathCos(SwFixed angle) in mathCos() function
DtvgSwCommon.h491 SwFixed mathCos(SwFixed angle);