Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c427 …= 280, .y2 = 20}, .middle = {.x1 = 40, .y1 = 20, .x2 = 241, .y2 = 36}, .trailing = {.x1 = 0, .y1 =… in test_spangroup_get_span_coords()
428 …= 280, .y2 = 36}, .middle = {.x1 = 20, .y1 = 36, .x2 = 280, .y2 = 63}, .trailing = {.x1 = 20, .y1 … in test_spangroup_get_span_coords()
429 …= 280, .y2 = 90}, .middle = {.x1 = 20, .y1 = 90, .x2 = 280, .y2 = 90}, .trailing = {.x1 = 20, .y1 … in test_spangroup_get_span_coords()
430 …80, .y2 = 112}, .middle = {.x1 = 20, .y1 = 112, .x2 = 280, .y2 = 112}, .trailing = {.x1 = 20, .y1 … in test_spangroup_get_span_coords()
431 …80, .y2 = 134}, .middle = {.x1 = 20, .y1 = 134, .x2 = 280, .y2 = 134}, .trailing = {.x1 = 20, .y1 … in test_spangroup_get_span_coords()
471 lv_obj_set_pos(obj_trailing, coords.trailing.x1 + area.x1, coords.trailing.y1 + area.y1); in test_spangroup_get_span_coords()
472 …lv_obj_set_size(obj_trailing, coords.trailing.x2 - coords.trailing.x1, coords.trailing.y2 - coords… in test_spangroup_get_span_coords()
/lvgl-latest/src/widgets/span/
Dlv_span.h48 lv_area_t trailing; member
Dlv_span.c613 lv_area_is_point_on(&coords.trailing, &point, 0)) { in lv_spangroup_get_span_by_point()
1156 lv_area_set(&coords.trailing, 0, 0, 0, 0); in make_span_coords()
1184 lv_area_set(&coords.trailing, in make_span_coords()
/lvgl-latest/docs/details/widgets/
Dlottie.rst74 …ers out non-ASCII characters and ``--null-terminate`` makes sure that a trailing zero is appended …
/lvgl-latest/docs/
DCODING_STYLE.rst378 The ``trailing-whitespace`` hook fixes trailing whitespaces on all of
DCHANGELOG.rst342 - **fix(span): handle trailing newline** `5957 <https://github.com/lvgl/lvgl/pull/5957>`__
/lvgl-latest/docs/details/libs/
Drlottie.rst86 …ers out non-ASCII characters and ``--null-terminate`` makes sure that a trailing zero is appended …