Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgMath.h280 Point ctrl2; 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.cpp209 Point ctrl2 = {bx + k2 * by + cx, by - k2 * bx + 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.c442 lv_fpoint_t ctrl2 = {bx + k2 * by + cx, by - k2 * bx + cy}; in lv_vector_path_append_arc() local