Home
last modified time | relevance | path

Searched defs:line2 (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_line.c127 lv_obj_t * line2; in test_line_dash_gap() local
/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp59 static bool _intersect(const Line& line1, const Line& line2, Point& intersection, bool& inside) in _intersect()
347 auto line2 = _offset(bezier.ctrl1, bezier.ctrl2, offset); in modifyPath() local