Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 38) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/
Dtest_math.c47 if(LV_ABS(xs) < 1e-6f) goto found; in lv_cubic_bezier_f()
59 goto found; in lv_cubic_bezier_f()
64 goto found; in lv_cubic_bezier_f()
69 if(LV_ABS(xs - x) < 1e-6f) goto found; in lv_cubic_bezier_f()
74 found: in lv_cubic_bezier_f()
/lvgl-latest/src/core/
Dlv_obj_property.c187 lv_property_name_t * found; in lv_style_property_get_id() local
189found = lv_utils_bsearch(name, lv_style_property_names, sizeof(lv_style_property_names) / sizeof(l… in lv_style_property_get_id()
191 if(found) return found->id; in lv_style_property_get_id()
202 lv_property_name_t * found; in lv_obj_class_property_get_id() local
210found = lv_utils_bsearch(name, names, clz->names_count, sizeof(lv_property_name_t), property_name_… in lv_obj_class_property_get_id()
211 if(found) return found->id; in lv_obj_class_property_get_id()
Dlv_obj_style.c336 lv_style_res_t found; in lv_obj_get_style_prop() local
338 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_get_style_prop()
339 if(found == LV_STYLE_RES_FOUND) return value_act; in lv_obj_get_style_prop()
349 lv_style_res_t found; in lv_obj_has_style_prop() local
351 found = get_selector_style_prop(obj, selector, prop, &value_act); in lv_obj_has_style_prop()
352 if(found == LV_STYLE_RES_FOUND) return true; in lv_obj_has_style_prop()
729 lv_style_res_t found; in get_prop_core() local
740 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()
741 if(found == LV_STYLE_RES_FOUND) { in get_prop_core()
760 found = lv_style_get_prop_inlined(obj_style->style, prop, v); in get_prop_core()
[all …]
Dlv_obj.c417 bool found = obj_valid_child(disp->screens[i], obj); in lv_obj_is_valid() local
418 if(found) return true; in lv_obj_is_valid()
454 lv_obj_t * found = lv_obj_get_child_by_id(child, id); in lv_obj_get_child_by_id() local
455 if(found != NULL) return found; in lv_obj_get_child_by_id()
990 bool found = obj_valid_child(child, obj_to_find); in obj_valid_child() local
991 if(found) { in obj_valid_child()
/lvgl-latest/src/misc/
Dlv_math.c162 if(LV_ABS(xs) <= 1) goto found; in lv_cubic_bezier()
182 goto found; in lv_cubic_bezier()
187 goto found; in lv_cubic_bezier()
192 if(LV_ABS(xs - x) <= 1) goto found; in lv_cubic_bezier()
199 found: in lv_cubic_bezier()
/lvgl-latest/src/font/
Dlv_font.c78 …bool found = f->get_glyph_dsc(f, dsc_out, letter, f->kerning == LV_FONT_KERNING_NONE ? 0 : letter_… in lv_font_get_glyph_dsc() local
79 if(found) { in lv_font_get_glyph_dsc()
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.h75 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool…
Dlv_libinput.c116 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool… in lv_libinput_find_devs() argument
126 found[num_found] = devices[i].path; in lv_libinput_find_devs()
/lvgl-latest/tests/
DCMakeLists.txt386 message("OpenGL, GLEW or glfw3 not found, defaulting to 0")
392 message("libinput not found, defaulting to 0")
400 message("xkbcommon not found, defaulting to 0")
409 message("libdrm not found, defaulting to 0")
DREADME.md53 - If the reference image is not found it will be created automatically from the rendered screen.
/lvgl-latest/docs/details/debugging/
Dgdb_plugin.rst11 can be found in the ``lvgl/scripts/gdb`` directory. The GDB plugin can be used
/lvgl-latest/docs/details/libs/
Drle.rst35 can be found from ``lvgl/script/LVGLImage.py``.
Dfreetype.rst9 A detailed introduction can be found at: https://freetype.org/ .
/lvgl-latest/docs/details/other-components/
Dobj_property.rst130 ``LV_PROPERTY_LABEL_TEXT`` is one found in ``lv_label.c``, and the properties
131 available to all Widgets are found near the top of the ``lv_obj.c`` file.
241 and if still not found, then searches style properties.
Dfont_manager.rst65 not found in a font file, it will automatically search from the next concatenated
/lvgl-latest/docs/
DREADME.md59 …e "event.rst") and compares this with code-element names found by Doxygen. If a match is found, t…
63 …g, ensure the stem of the file name DOES NOT match any code-element names found in the LVGL header…
/lvgl-latest/docs/details/integration/os/yocto/
Dterms_and_variables.rst11 development environment might find helpful can be found `here <https://docs.
21 A More complete variable glossary can be found in `Yocto Variable Glossary
Dcore_components.rst116 ``conf/local.conf``, which is found in the `Build Directory <https://docs.
/lvgl-latest/demos/
DREADME.md4 1. demos can be found in the 'demos' folder once you clone the lvgl.
/lvgl-latest/docs/details/main-components/
Dfont.rst403 they must be converted into the TTF format using ``mkttf``, which can be found
517 return true; /* true: glyph found; false: glyph was not found */
529 return bitmap; /* Or NULL if not found */
/lvgl-latest/docs/details/integration/bindings/
Dapi_json.rst150 - ``"enum_member"``: Describes an enumeration item/member. Only found under
158 of the lvgl type can be found in the ``"typedefs"`` section.
/lvgl-latest/docs/details/integration/driver/
Dopengles.rst214 - Performance will be the same or slightly worse if the drawn areas are never found in the cache
/lvgl-latest/docs/details/widgets/
Dbuttonmatrix.rst134 if no such button was found.
/lvgl-latest/docs/details/integration/renderers/
Dvg_lite.rst48 …y support shadow rendering. However, through experimentation, it has been found that a similar sha…
/lvgl-latest/docs/details/integration/boards/
Dtoradex.rst169 A TorizonOS guide to develop an application using LVGL can be found

12