Searched refs:reference (Results 1 – 22 of 22) sorted by relevance
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_image_formats.c | 293 char reference[256]; in test_image_formats() local 295 …lv_snprintf(reference, sizeof(reference), "draw/bin_image_stride%d_%s_%s.png", stride, compression… in test_image_formats() 296 TEST_ASSERT_EQUAL_SCREENSHOT(reference); in test_image_formats() 300 …lv_snprintf(reference, sizeof(reference), "draw/c_array_image_stride%d_%s_%s.png", stride, compres… in test_image_formats() 302 TEST_ASSERT_EQUAL_SCREENSHOT(reference); in test_image_formats()
|
/lvgl-latest/docs/details/libs/ |
D | arduino_sd.rst | 13 - https://www.arduino.cc/reference/en/libraries/sd/
|
D | libpng.rst | 7 libpng is the official PNG reference library. It supports almost all PNG features, is extensible, a…
|
/lvgl-latest/tests/ |
D | README.md | 53 - If the reference image is not found it will be created automatically from the rendered screen. 54 … `<image_name>_err.png` file will be created with the rendered content next to the reference image.
|
/lvgl-latest/docs/_ext/ |
D | link_roles.py | 48 node.replace_self(nodes.reference(rawtext, link_text, refuri=url, **options))
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | allocators.h | 522 typedef typename std::add_lvalue_reference<value_type>::type &reference; 525 pointer address(reference r) const RAPIDJSON_NOEXCEPT 551 typedef typename allocator_type::reference reference; 554 pointer address(reference r) const RAPIDJSON_NOEXCEPT
|
D | document.h | 206 typedef ValueType & reference; typedef 214 typedef reference Reference;
|
/lvgl-latest/docs/details/other-components/ |
D | imgfont.rst | 34 To use the *imgfont* in a label, reference it:
|
D | observer.rst | 254 Set a Widget flag if an integer subject's value is equal to a reference value, clear the flag other… 260 Set a Widget flag if an integer subject's value is not equal to a reference value, clear the flag o… 266 Set a Widget state if an integer subject's value is equal to a reference value, clear the flag othe… 272 Set a Widget state if an integer subject's value is not equal to a reference value, clear the flag …
|
D | font_manager.rst | 11 - Font resource reference counting (reduces repeated creation of font resources). 107 will check the reference status of all allocated fonts. If there are still fonts
|
D | xml.rst | 110 - ``<view>``: Describes how the component looks. Can reference constants, parameters, and styles.
|
/lvgl-latest/.devcontainer/ |
D | __main.c__ | 12 #define SDL_MAIN_HANDLED /*To fix SDL's "undefined reference to WinMain" issue*/
|
/lvgl-latest/.github/ |
D | pull_request_template.md | 1 Fixes #xxxx <!-- E.g. Fixes #1234 to reference the fixed issue. Can be removed if there is no relat…
|
/lvgl-latest/docs/ |
D | README.md | 121 …ens or underscores. Whatever you use, the `{LINK NAME}` string used to reference it must be ident… 123 That unique name is then used to provide a link reference elsewhere in the documentation using one … 133 … target**. For this reason, when using this syntax, `{LINK NAME}` must reference **link target**s… 246 If you want to reference portions of the LVGL code from the documentation (in .RST files) there are…
|
D | CONTRIBUTING.rst | 138 - reference to the GitHub issue or Pull Request if applicable.
|
D | CHANGELOG.rst | 433 - **chore(tests): remove vg_lite L8 render reference images** `6606 <https://github.com/lvgl/lvgl/p…
|
D | Doxyfile | 538 # YES the compound reference will be hidden. 709 # the reference definitions. This must be a list of .bib files. The .bib
|
/lvgl-latest/scripts/ |
D | code-format.cfg | 12 --align-reference=middle
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 47 …on <https://docs.espressif.com/projects/idf-component-manager/en/latest/reference/versioning.html#… 70 …sp_lcd <https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/lcd/…
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 163 reference the Widget to set its attributes.
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 284 the aligned widget if the reference widget later moves.
|
/lvgl-latest/ |
D | README.md | 452 Check out our [Demos](https://lvgl.io/demos) as reference. For more information take look at the [S…
|