/lvgl-latest/src/osal/ |
D | lv_windows.c | 33 static unsigned __stdcall thread_start_routine(void * parameter); 213 static unsigned __stdcall thread_start_routine(void * parameter) in thread_start_routine() argument 215 lv_thread_init_data_t * init_data = (lv_thread_init_data_t *)(parameter); in thread_start_routine()
|
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_display.c | 30 void * parameter); 119 void * parameter) in lv_windows_display_thread_entrypoint() argument 121 lv_windows_create_display_data_t * data = parameter; in lv_windows_display_thread_entrypoint()
|
/lvgl-latest/docs/details/base-widget/ |
D | event.rst | 44 The last parameter of :cpp:func:`lv_obj_add_event` is a pointer to any custom 132 - :cpp:enumerator:`LV_EVENT_SCROLL_BEGIN`: Scrolling begins. The event parameter is a pointer to t… 149 …`LV_EVENT_COVER_CHECK`: Check if Widget fully covers an area. The event parameter is :cpp:type:`lv… 150 …the required extra draw area around Widget (e.g. for shadow). The event parameter is :cpp:type:`in… 245 :cpp:type:`lv_event_t` is the only parameter passed to the event callback and it 251 - :cpp:expr:`lv_event_get_user_data(e)`: get the pointer passed as the last parameter of :cpp:func:… 252 - :cpp:expr:`lv_event_get_param(e)`: get the parameter passed as the last parameter of :cpp:func:`l… 265 The *target* parameter of the event is always the current target Widget,
|
D | scroll.rst | 107 event parameter is ``NULL`` or an ``lv_anim_t *`` with a scroll animation 284 this parameter but if a custom widget is created it might be useful.
|
D | obj.rst | 226 Typically, the create functions only have a ``parent`` parameter telling 557 - :cpp:enumerator:`LV_EVENT_SCROLL_BEGIN` Scrolling begins. The event parameter is a point…
|
/lvgl-latest/env_support/rt-thread/ |
D | lv_rt_thread_port.c | 64 static void lvgl_thread_entry(void *parameter) in lvgl_thread_entry() argument
|
/lvgl-latest/docs/details/integration/renderers/ |
D | vg_lite.rst | 26 3. Set the :c:macro:`LV_VG_LITE_USE_ASSERT` configuration to enable GPU call parameter checking. 29 …To quickly resolve such issues, strict parameter checking has been added before each VG-Lite call,… 30 …When an error parameter is detected, an assertion will occur to print out the error parameter, all…
|
/lvgl-latest/src/misc/ |
D | lv_anim.h | 45 #define _PARA(a, x1, y1, x2, y2) ((a)->parameter.bezier3 = \ 146 } parameter; member
|
D | lv_anim.c | 354 const lv_anim_bezier3_para_t * para = &a->parameter.bezier3; in lv_anim_path_custom_bezier3() 452 lv_anim_bezier3_para_t * para = &a->parameter.bezier3; in lv_anim_set_bezier3_param()
|
/lvgl-latest/docs/details/other-components/ |
D | font_manager.rst | 32 :cpp:func:`recycle_cache_size` parameter is used to set the number of font recycling 63 The ``font_family`` parameter can be filled with the names of multiple fonts
|
D | observer.rst | 200 this array as a parameter when you initialize a subject with group type. 205 …lv_subject_init_group(&subject_all, subject_list, 3); /*The last parameter is the number of eleme…
|
D | xml.rst | 140 The last parameter can be ``NULL`` or an attribute list, like this: 166 The following example demonstrates parameter chaining and the use of the
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | gen_mipi.rst | 197 <command 1>, <number of parameters>, <parameter 1>, ... <parameter N>, 198 <command 2>, <number of parameters>, <parameter 1>, ... <parameter N>,
|
/lvgl-latest/docs/ |
D | CODING_STYLE.rst | 41 - ``param`` parameter 192 to the address contained by a pointer parameter, if not already obvious (e.g. when 193 the parameter name contains the word "out"), include the direction in the command 214 - Lists (e.g. of accepted parameter values) can be created by using the '-' character. 241 documents ``name`` as a function parameter, and ``description`` is the text that
|
D | ROADMAP.rst | 112 - |uncheck| `lv_image_set_src()` use “type-aware” parameter and rework image decoders.
|
/lvgl-latest/docs/details/widgets/ |
D | bar.rst | 61 animation depending on the last parameter (``LV_ANIM_ON/OFF``).
|
D | buttonmatrix.rst | 129 repeated after long press. The event parameter is set to the ID of
|
D | image.rst | 113 source size. Using the offset parameter a `Texture atlas <https://en.wikipedia.org/wiki/Texture_atl…
|
D | textarea.rst | 223 inserted. The event parameter is the text about to be inserted.
|
/lvgl-latest/env_support/cmake/ |
D | custom.cmake | 56 …{LVGL_ROOT_DIR}/src/others/vg_lite_tvg/vg_lite_tvg.cpp PROPERTIES COMPILE_FLAGS -Wunused-parameter)
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 256 * @param header image information is set in header parameter 301 * @param full_area input parameter. the full area to decode after enough subsequent calls 302 …* @param decoded_area input+output parameter. set the values to `LV_COORD_MIN` for the first call … 398 The ``color`` parameter is used only with ``LV_COLOR_FORMAT_A1/2/4/8``
|
D | display.rst | 261 the ``px_map`` parameter. 564 specified using the `bit_order_lsb` parameter. 694 The parameter of :cpp:func:`lv_refr_now` is a display to refresh. If ``NULL`` is set 713 2. in :ref:`flush_callback`, truncate and modify the ``area`` parameter for each display; and
|
/lvgl-latest/docs/details/integration/bindings/ |
D | api_json.rst | 80 - ``"arg"``: Used to describe an argument/parameter in a function or a function pointer. 83 - ``"name"``: The name of the argument/parameter.
|
D | pikascript.rst | 32 - Enjoy detailed code hints down to the parameter type for a better programming experience
|
/lvgl-latest/tests/ |
D | CMakeLists.txt | 239 -Wno-unused-parameter
|