Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp59 outline.pts.push(mathTransform(to, transform)); in _outlineMoveTo()
67 outline.pts.push(mathTransform(to, transform)); in _outlineLineTo()
74 outline.pts.push(mathTransform(ctrl1, transform)); in _outlineCubicTo()
77 outline.pts.push(mathTransform(ctrl2, transform)); in _outlineCubicTo()
80 outline.pts.push(mathTransform(to, transform)); in _outlineCubicTo()
DtvgSwImage.cpp59 outline->pts.push(mathTransform(&to[i], transform)); in _genOutline()
DtvgSwMath.cpp269 SwPoint mathTransform(const Point* to, const Matrix& transform) in mathTransform() function
DtvgSwCommon.h499 SwPoint mathTransform(const Point* to, const Matrix& transform);