Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 22 of 22) sorted by relevance

/lvgl-latest/tests/src/test_cases/draw/
Dtest_image_formats.c293 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/
Darduino_sd.rst13 - https://www.arduino.cc/reference/en/libraries/sd/
Dlibpng.rst7 libpng is the official PNG reference library. It supports almost all PNG features, is extensible, a…
/lvgl-latest/tests/
DREADME.md53 - 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/
Dlink_roles.py48 node.replace_self(nodes.reference(rawtext, link_text, refuri=url, **options))
/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h522 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
Ddocument.h206 typedef ValueType & reference; typedef
214 typedef reference Reference;
/lvgl-latest/docs/details/other-components/
Dimgfont.rst34 To use the *imgfont* in a label, reference it:
Dobserver.rst254 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 …
Dfont_manager.rst11 - 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
Dxml.rst110 - ``<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/
Dpull_request_template.md1 Fixes #xxxx <!-- E.g. Fixes #1234 to reference the fixed issue. Can be removed if there is no relat…
/lvgl-latest/docs/
DREADME.md121 …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…
DCONTRIBUTING.rst138 - reference to the GitHub issue or Pull Request if applicable.
DCHANGELOG.rst433 - **chore(tests): remove vg_lite L8 render reference images** `6606 <https://github.com/lvgl/lvgl/p…
DDoxyfile538 # YES the compound reference will be hidden.
709 # the reference definitions. This must be a list of .bib files. The .bib
/lvgl-latest/scripts/
Dcode-format.cfg12 --align-reference=middle
/lvgl-latest/docs/details/integration/chip/
Despressif.rst47 …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/
Dbasics.rst163 reference the Widget to set its attributes.
/lvgl-latest/docs/details/base-widget/
Dcoord.rst284 the aligned widget if the reference widget later moves.
/lvgl-latest/
DREADME.md452 Check out our [Demos](https://lvgl.io/demos) as reference. For more information take look at the [S…