Searched refs:stop (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite_tvg.cpp | 1229 if(src_ramp->stop < prev_stop) { in vg_lite_set_linear_grad() 1236 prev_stop = src_ramp->stop; in vg_lite_set_linear_grad() 1239 if((src_ramp->stop < 0.0f) || (src_ramp->stop > 1.0f)) { in vg_lite_set_linear_grad() 1248 if((trg_count == 0) && (src_ramp->stop > 0.0f)) { in vg_lite_set_linear_grad() 1250 trg_ramp->stop = 0.0f; in vg_lite_set_linear_grad() 1254 trg_ramp[1].stop = src_ramp->stop; in vg_lite_set_linear_grad() 1262 trg_ramp->stop = src_ramp->stop; in vg_lite_set_linear_grad() 1277 if(trg_ramp[-1].stop != 1.0f) { in vg_lite_set_linear_grad() 1282 trg_ramp->stop = 1.0f; in vg_lite_set_linear_grad() 1304 vg_lite_uint32_t common, stop; in vg_lite_update_linear_grad() local [all …]
|
D | vg_lite.h | 857 vg_lite_float_t stop; /*! Value for the color stop. */ member
|
/lvgl-latest/src/core/ |
D | lv_obj_scroll.c | 718 int32_t stop = lv_obj_get_style_space_top(parent, LV_PART_MAIN); in scroll_area_into_view() local 720 int32_t top_diff = parent->coords.y1 + stop - area_tmp->y1 - scroll_value->y; in scroll_area_into_view() 722 int32_t parent_h = lv_obj_get_height(parent) - stop - sbottom; in scroll_area_into_view() 739 snap_goal = parent->coords.y1 + stop; in scroll_area_into_view() 749 snap_goal = parent->coords.y1 + stop + parent_h / 2; in scroll_area_into_view()
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 554 uint16_t key, clear, stop; in read_image_data() local 567 stop = clear + 1; in read_image_data() 595 if(key == stop || key == 0x1000) break; in read_image_data() 620 if(key == stop) f_gif_read(gif, &sub_len, 1); /* Must be zero! */ in read_image_data()
|
/lvgl-latest/docs/details/widgets/ |
D | roller.rst | 29 - When the Roller is scrolled and doesn't stop exactly on an item, it will
|
D | spinbox.rst | 61 is disabled the value will stop at the minimum or maximum value.
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_graphics.h | 981 void nema_ext_hold_assert(uint32_t hold_id, int stop);
|
/lvgl-latest/src/widgets/buttonmatrix/ |
D | lv_buttonmatrix.c | 115 int32_t stop = lv_obj_get_style_space_top(obj, LV_PART_MAIN); in lv_buttonmatrix_set_map() local 148 int32_t row_y1 = stop + (max_h_no_gap * row) / btnm->row_cnt + row * prow; in lv_buttonmatrix_set_map() 149 int32_t row_y2 = stop + (max_h_no_gap * (row + 1)) / btnm->row_cnt + row * prow - 1; in lv_buttonmatrix_set_map()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.cpp | 2564 auto stop = &loader->svgParse->gradStop; in _attrParseStopsStyle() local 2567 stop->a = _toOpacity(value); in _attrParseStopsStyle() 2570 if (_toColor(value, &stop->r, &stop->g, &stop->b, nullptr)) { in _attrParseStopsStyle() 2584 auto stop = &loader->svgParse->gradStop; in _attrParseStops() local 2587 stop->offset = _toOffset(value); in _attrParseStops() 2590 stop->a = _toOpacity(value); in _attrParseStops() 2594 _toColor(value, &stop->r, &stop->g, &stop->b, nullptr); in _attrParseStops()
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 43 There are few PXP assertions that can stop the program execution in case the 216 can stop the program execution in case the c:macro: `LV_ASSERT_HANDLER` is set
|
/lvgl-latest/docs/ |
D | ROADMAP.rst | 17 - December 4: Feature stop, start updating the docs and testing
|
D | CHANGELOG.rst | 304 - **fix(event): stop event event processing when requested** `6113 <https://github.com/lvgl/lvgl/pu…
|
D | Doxyfile | 761 # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.c | 370 color_ramp[i].stop = grad->stops[i].frac / 255.0f; in grad_create_color_ramp()
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …ontent:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-cir…
|
/lvgl-latest/ |
D | Kconfig | 675 This adds (sizeof(lv_color_t) + 1) bytes per additional stop
|