Home
last modified time | relevance | path

Searched defs:ctrl1 (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgMath.h279 Point ctrl1; member
DtvgSwShape.cpp72 static void _outlineCubicTo(SwOutline& outline, const Point* ctrl1, const Point* ctrl2, const Point… in _outlineCubicTo()
165 static void _dashCubicTo(SwDashStroke& dash, const Point* ctrl1, const Point* ctrl2, const Point* t… in _dashCubicTo()
DtvgSwStroke.cpp119 static void _borderCubicTo(SwStrokeBorder* border, const SwPoint& ctrl1, const SwPoint& ctrl2, cons… in _borderCubicTo()
430 static void _cubicTo(SwStroke& stroke, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& t… in _cubicTo()
DtvgShape.cpp208 Point ctrl1 = {ax - k2 * ay + cx, ay + k2 * ax + cy}; in appendArc() local
DtvgSwRle.cpp633 static void _cubicTo(RleWorker& rw, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()
/lvgl-latest/src/draw/
Dlv_draw_vector.c441 lv_fpoint_t ctrl1 = {ax - k2 * ay + cx, ay + k2 * ax + cy}; in lv_vector_path_append_arc() local