Searched refs:heading (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/scripts/ |
D | changelog-template.hbs | 8 {{#commit-list merges heading='' message='BREAKING CHANGE'}} 11 {{#commit-list commits heading='' message='BREAKING CHANGE'}} 14 {{#commit-list fixes heading='' message='BREAKING CHANGE'}} 21 {{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}} 24 {{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}} 27 {{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}} 34 {{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}} 37 {{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}} 40 {{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}} 47 {{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}} [all …]
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_span.c | 427 …{.heading = {.x1 = 40, .y1 = 20, .x2 = 280, .y2 = 20}, .middle = {.x1 = 40, .y1 = 20, .x2 = 241, .… in test_spangroup_get_span_coords() 428 …{.heading = {.x1 = 241, .y1 = 20, .x2 = 280, .y2 = 36}, .middle = {.x1 = 20, .y1 = 36, .x2 = 280, … in test_spangroup_get_span_coords() 429 …{.heading = {.x1 = 155, .y1 = 63, .x2 = 280, .y2 = 90}, .middle = {.x1 = 20, .y1 = 90, .x2 = 280, … in test_spangroup_get_span_coords() 430 …{.heading = {.x1 = 188, .y1 = 90, .x2 = 280, .y2 = 112}, .middle = {.x1 = 20, .y1 = 112, .x2 = 280… in test_spangroup_get_span_coords() 431 …{.heading = {.x1 = 116, .y1 = 112, .x2 = 280, .y2 = 134}, .middle = {.x1 = 20, .y1 = 134, .x2 = 28… in test_spangroup_get_span_coords() 447 … TEST_ASSERT_EQUAL_MEMORY(&coords.heading, &test_coords[i].heading, sizeof(lv_span_coords_t)); in test_spangroup_get_span_coords() 455 lv_obj_set_pos(obj_head, coords.heading.x1 + area.x1, coords.heading.y1 + area.y1); in test_spangroup_get_span_coords() 456 …lv_obj_set_size(obj_head, coords.heading.x2 - coords.heading.x1, coords.heading.y2 - coords.headin… in test_spangroup_get_span_coords()
|
/lvgl-latest/docs/ |
D | README.md | 127 ##### When "link text" should be a title or section heading from the target document: 133 …heading just below the **link target**. For this reason, when using this syntax, `{LINK NAME}` mu… 143 … you to put a **link target** anywhere in an .RST file (not just above a heading) and link to it u… 160 reStructuredText does not impose any particular heading levels assigned to certain characters since… 185 Note that the "underlining" can be longer than the heading title, but if it is shorter, the documen…
|
D | Doxyfile | 237 # documentation, which will result in a user-defined paragraph with heading
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.h | 46 lv_area_t heading; member
|
D | lv_span.c | 611 if(lv_area_is_point_on(&coords.heading, &point, 0) || in lv_spangroup_get_span_by_point() 1152 lv_area_set(&coords.heading, padding.x1 + indent, padding.y1, width + padding.x1, in make_span_coords() 1154 …lv_area_set(&coords.middle, coords.heading.x1, coords.heading.y2, curr_span->trailing_pos.x + padd… in make_span_coords() 1155 coords.heading.y2 + curr_span->trailing_height); in make_span_coords() 1164 lv_area_set(&coords.heading, in make_span_coords() 1174 lv_area_set(&coords.heading, in make_span_coords() 1182 padding.x1, coords.heading.y2, in make_span_coords()
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\…
|