Searched defs:lines (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/widgets/span/ |
D | lv_span_private.h | 43 int32_t lines; member
|
D | lv_span.c | 247 void lv_spangroup_set_max_lines(lv_obj_t * obj, int32_t lines) in lv_spangroup_set_max_lines() 464 int32_t lines = spans->lines < 0 ? INT32_MAX : spans->lines; in lv_spangroup_get_expand_height() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 46 AALine *lines; member 853 static void _calcIrregularCoverage(AALine* lines, int32_t eidx, int32_t y, int32_t diagonal, int32_… in _calcIrregularCoverage() 868 static void _calcVertCoverage(AALine *lines, int32_t eidx, int32_t y, int32_t rewind, bool reverse) in _calcVertCoverage() 883 static void _calcHorizCoverage(AALine *lines, int32_t eidx, int32_t y, int32_t x, int32_t x2) in _calcHorizCoverage() 929 auto lines = aaSpans->lines; in _calcAAEdge() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_span.c | 178 const int32_t lines = 100; in test_spangroup_set_max_lines() local 187 int32_t lines; in test_spangroup_get_max_lines_for_new_span_group() local
|
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d.c | 135 int32_t lines = lv_area_get_height(area); in _dave2d_buf_invalidate_cache_cb() local
|