Searched defs:ctrl2 (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgMath.h | 280 Point ctrl2; member
|
D | tvgSwShape.cpp | 72 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()
|
D | tvgSwStroke.cpp | 119 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()
|
D | tvgShape.cpp | 209 Point ctrl2 = {bx + k2 * by + cx, by - k2 * bx + cy}; in appendArc() local
|
D | tvgSwRle.cpp | 633 static void _cubicTo(RleWorker& rw, const SwPoint& ctrl1, const SwPoint& ctrl2, const SwPoint& to) in _cubicTo()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 442 lv_fpoint_t ctrl2 = {bx + k2 * by + cx, by - k2 * bx + cy}; in lv_vector_path_append_arc() local
|