Searched refs:middle (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_utils.c | 41 const char * middle; in lv_utils_bsearch() local 44 for(middle = base; n != 0;) { in lv_utils_bsearch() 45 middle += (n / 2) * size; in lv_utils_bsearch() 46 if((c = (*cmp)(key, middle)) > 0) { in lv_utils_bsearch() 48 base = (middle += size); in lv_utils_bsearch() 52 middle = base; in lv_utils_bsearch() 55 return (char *)middle; in lv_utils_bsearch()
|
/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() 463 lv_obj_set_pos(obj_middle, coords.middle.x1 + area.x1, coords.middle.y1 + area.y1); in test_spangroup_get_span_coords() 464 …lv_obj_set_size(obj_middle, coords.middle.x2 - coords.middle.x1, coords.middle.y2 - coords.middle.… in test_spangroup_get_span_coords()
|
/lvgl-latest/docs/details/widgets/ |
D | imagebutton.rst | 15 You can set a left, right and middle image, and the middle image will be 42 Typically the middle image should be one of the set image sources. 46 (using e.g. :cpp:expr:`lv_obj_set_width`) and the middle image will be tiled to fill the given size.
|
D | roller.rst | 12 The item in the middle is the selected item and normally stands out from 34 - :cpp:enumerator:`LV_PART_SELECTED` The selected item (displayed in the middle of
|
D | arc.rst | 52 Zero degrees is at the middle right (3 o'clock) of the Widget and the 70 - :cpp:enumerator:`LV_ARC_MODE_SYMMETRICAL` Indicator Arc is drawn from middle point to current val…
|
/lvgl-latest/scripts/ |
D | code-format.cfg | 11 --align-pointer=middle 12 --align-reference=middle
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.h | 47 lv_area_t middle; member
|
D | lv_span.c | 612 lv_area_is_point_on(&coords.middle, &point, 0) || in lv_spangroup_get_span_by_point() 1154 …lv_area_set(&coords.middle, coords.heading.x1, coords.heading.y2, curr_span->trailing_pos.x + padd… in make_span_coords() 1181 lv_area_set(&coords.middle, in make_span_coords() 1185 coords.middle.x1, coords.middle.y2, in make_span_coords()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRle.cpp | 947 auto middle = bottom + ((top - bottom) >> 1); in rleRender() local 951 if (middle == bottom) goto error; in rleRender() 956 band[1].max = middle; in rleRender() 957 band[0].min = middle; in rleRender()
|
/lvgl-latest/ |
D | Kconfig | 1444 bool "Top middle" 1450 bool "Bottom middle" 1454 bool "Left middle" 1456 bool "Right middle" 1479 bool "Top middle" 1485 bool "Bottom middle" 1489 bool "Left middle" 1491 bool "Right middle"
|
/lvgl-latest/docs/details/integration/chip/ |
D | renesas.rst | 138 …On EK-RA8D1 boards, the ``SW1`` DIP switch (middle of the board) 7 should be ON, all others are OF…
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 26 …clear/delete/del`, `offset/ofs`, `add/create/register`, `id/idx/index`, `middle/mid/center`, `img/…
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 224 at start, middle or end positions. Besides these, some conjunction rules
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%…
|