Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/svg/
Dlv_svg_render.c33 #define CALC_BOUNDS(p, bounds) \ macro
472 CALC_BOUNDS(points[0], poly->bounds); in _set_polyline_attr()
479 CALC_BOUNDS(pt, poly->bounds); in _set_polyline_attr()
527 CALC_BOUNDS(pt, poly->bounds); in _set_path_attr()
533 CALC_BOUNDS(pt, poly->bounds); in _set_path_attr()
542 CALC_BOUNDS(pt[0], poly->bounds); in _set_path_attr()
543 CALC_BOUNDS(pt[1], poly->bounds); in _set_path_attr()
553 CALC_BOUNDS(pt[0], poly->bounds); in _set_path_attr()
554 CALC_BOUNDS(pt[1], poly->bounds); in _set_path_attr()
555 CALC_BOUNDS(pt[2], poly->bounds); in _set_path_attr()