| /lvgl-latest/tests/src/test_cases/ |
| D | test_math.c | 47 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/ |
| D | lv_obj_property.c | 187 lv_property_name_t * found; in lv_style_property_get_id() local 189 …found = 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 210 …found = 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()
|
| D | lv_obj_style.c | 336 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 …]
|
| D | lv_obj.c | 417 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/ |
| D | lv_math.c | 162 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/ |
| D | lv_font.c | 78 …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/ |
| D | lv_libinput.h | 75 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool…
|
| D | lv_libinput.c | 116 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/ |
| D | CMakeLists.txt | 386 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")
|
| D | README.md | 53 - If the reference image is not found it will be created automatically from the rendered screen.
|
| /lvgl-latest/docs/details/debugging/ |
| D | gdb_plugin.rst | 11 can be found in the ``lvgl/scripts/gdb`` directory. The GDB plugin can be used
|
| /lvgl-latest/docs/details/libs/ |
| D | rle.rst | 35 can be found from ``lvgl/script/LVGLImage.py``.
|
| D | freetype.rst | 9 A detailed introduction can be found at: https://freetype.org/ .
|
| /lvgl-latest/docs/details/other-components/ |
| D | obj_property.rst | 130 ``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.
|
| D | font_manager.rst | 65 not found in a font file, it will automatically search from the next concatenated
|
| /lvgl-latest/docs/ |
| D | README.md | 59 …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/ |
| D | terms_and_variables.rst | 11 development environment might find helpful can be found `here <https://docs. 21 A More complete variable glossary can be found in `Yocto Variable Glossary
|
| D | core_components.rst | 116 ``conf/local.conf``, which is found in the `Build Directory <https://docs.
|
| /lvgl-latest/demos/ |
| D | README.md | 4 1. demos can be found in the 'demos' folder once you clone the lvgl.
|
| /lvgl-latest/docs/details/main-components/ |
| D | font.rst | 403 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/ |
| D | api_json.rst | 150 - ``"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/ |
| D | opengles.rst | 214 - Performance will be the same or slightly worse if the drawn areas are never found in the cache
|
| /lvgl-latest/docs/details/widgets/ |
| D | buttonmatrix.rst | 134 if no such button was found.
|
| /lvgl-latest/docs/details/integration/renderers/ |
| D | vg_lite.rst | 48 …y support shadow rendering. However, through experimentation, it has been found that a similar sha…
|
| /lvgl-latest/docs/details/integration/boards/ |
| D | toradex.rst | 169 A TorizonOS guide to develop an application using LVGL can be found
|