Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 32) sorted by relevance

12

/lvgl-latest/src/osal/
Dlv_windows.c33 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/
Dlv_windows_display.c30 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/
Devent.rst44 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,
Dscroll.rst107 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.
Dobj.rst226 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/
Dlv_rt_thread_port.c64 static void lvgl_thread_entry(void *parameter) in lvgl_thread_entry() argument
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst26 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/
Dlv_anim.h45 #define _PARA(a, x1, y1, x2, y2) ((a)->parameter.bezier3 = \
146 } parameter; member
Dlv_anim.c354 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/
Dfont_manager.rst32 :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
Dobserver.rst200 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…
Dxml.rst140 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/
Dgen_mipi.rst197 <command 1>, <number of parameters>, <parameter 1>, ... <parameter N>,
198 <command 2>, <number of parameters>, <parameter 1>, ... <parameter N>,
/lvgl-latest/docs/
DCODING_STYLE.rst41 - ``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
DROADMAP.rst112 - |uncheck| `lv_image_set_src()` use “type-aware” parameter and rework image decoders.
/lvgl-latest/docs/details/widgets/
Dbar.rst61 animation depending on the last parameter (``LV_ANIM_ON/OFF``).
Dbuttonmatrix.rst129 repeated after long press. The event parameter is set to the ID of
Dimage.rst113 source size. Using the offset parameter a `Texture atlas <https://en.wikipedia.org/wiki/Texture_atl…
Dtextarea.rst223 inserted. The event parameter is the text about to be inserted.
/lvgl-latest/env_support/cmake/
Dcustom.cmake56 …{LVGL_ROOT_DIR}/src/others/vg_lite_tvg/vg_lite_tvg.cpp PROPERTIES COMPILE_FLAGS -Wunused-parameter)
/lvgl-latest/docs/details/main-components/
Dimage.rst256 * @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``
Ddisplay.rst261 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/
Dapi_json.rst80 - ``"arg"``: Used to describe an argument/parameter in a function or a function pointer.
83 - ``"name"``: The name of the argument/parameter.
Dpikascript.rst32 - Enjoy detailed code hints down to the parameter type for a better programming experience
/lvgl-latest/tests/
DCMakeLists.txt239 -Wno-unused-parameter

12