/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRenderer.cpp | 58 done(); in bounds() 323 (*task)->done(); in clear() 418 task->done(); in renderImage() 431 task->done(); in renderShape() 682 task->done(); in dispose() 699 static_cast<SwTask*>(*clip)->done(); in prepareCommon() 734 else task->done(); in prepare() 747 else task->done(); in prepare()
|
D | tvgLottieLoader.cpp | 80 done(); in ~LottieLoader() 284 done(); in paint() 344 this->done(); in frame() 381 done(); in sync() 422 done(); in ready()
|
D | tvgTaskScheduler.cpp | 52 bool done = false; member 77 done = true; in complete() 86 while (taskDeque.empty() && !done) { in pop()
|
D | tvgTaskScheduler.h | 52 void done() in done() function 91 void done() {}
|
/lvgl-latest/src/libs/lodepng/ |
D | lodepng.h | 846 to a grayscale type (1 or 4), this is not done and is ignored. If enabling this, 1181 [.] test if there are no memory leaks or security exploits - done a lot but needs to be checked oft… 1182 [.] check compatibility with various compilers - done but needs to be redone for every newer versi… 1185 [ ] support all public PNG chunk types (almost done except sPLT and hIST) 1373 above. For C, simple decoding can be done with functions such as 1374 lodepng_decode32, and more advanced decoding can be done with the struct 1375 LodePNGState and lodepng_decode. For C++, all decoding can be done with the 1413 is done, the resulting data will be as it was in the PNG (after decompression) 1424 above. For C, simple encoding can be done with functions such as 1425 lodepng_encode32, and more advanced decoding can be done with the struct [all …]
|
D | lodepng.c | 241 /*returns 1 if success, 0 if failure ==> nothing done*/ 264 /*returns 1 if success, 0 if failure ==> nothing done*/ 283 /*returns 1 if success, 0 if failure ==> nothing done*/ 298 /*returns 1 if success, 0 if failure ==> nothing done*/ 520 checking for amount of bits must be done beforehand. 743 /* freeing tree->table values is done at a higher scope */ in HuffmanTree_makeTable() 1294 … /*now we've finally got HLIT and HDIST, so generate the code trees, and the function is done*/ in getTreeInflateDynamic() 1319 int done = 0; in inflateHuffmanBlock() local 1330 while(!error && !done) { /*decode all symbols until end reached, breaks at end code*/ in inflateHuffmanBlock() 1400 done = 1; /*end code, finish the loop*/ in inflateHuffmanBlock() [all …]
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_libuv.c | 117 LV_LOG_USER("Done"); in lv_nuttx_uv_deinit() 172 LV_LOG_USER("Done"); in lv_nuttx_uv_deinit_cb() 181 LV_LOG_USER("Done"); in lv_nuttx_uv_timer_deinit() 274 LV_LOG_USER("Done"); in lv_nuttx_uv_fb_deinit() 335 LV_LOG_USER("Done"); in lv_nuttx_uv_input_deinit()
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 295 LV_LOG_TRACE("frame: %d done, new frame: %d", in graphic_obj_frame_done() 303 .done = graphic_obj_frame_done, 1367 goto done; in cache_add_area() 1377 goto done; in cache_add_area() 1388 done: in cache_add_area() 1512 goto done; in sme_init_buffer() 1536 goto done; in sme_init_buffer() 1552 goto done; in sme_init_buffer() 1566 done: in sme_init_buffer() 2860 /* Wayland input handling - it will also trigger the frame done handler */ in lv_wayland_timer_handler() [all …]
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 29 Depending on the RT platform used, the acceleration can be done by NXP PXP 52 PXP draw initialization is done automatically in :cpp:func:`lv_init()` once the 252 VGLite draw initialization is done automatically in :cpp:func:`lv_init()` once 309 higher than this value will be done in multiple steps. Value must be multiple 364 All the below operation can be done in addition with optional opacity.
|
D | alif.rst | 43 …The remaining steps can **optionally** be done inside a Docker container. You can connect to the D… 71 On Linux, extracting can be done by running the following
|
/lvgl-latest/.github/workflows/ |
D | check_bom.yml | 31 done 40 done 49 done
|
/lvgl-latest/src/libs/lz4/ |
D | lz4.h | 67 Compression can be done in: 277 * If this can't be done or ensured, 352 * This is automatically done when created by LZ4_createStream(). 729 * This is automatically done when invoking LZ4_createStream(), 862 * This is done with LZ4_initStream(), or LZ4_resetStream().
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 310 Let's dive into this recipe to understand what is done. The objective is to add 441 only the fetch was done. 618 the recipe was done with. 624 Until this section, everything was already done for you. We used existing
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_btnmatrix.c | 393 * This is done to increase code coverage. */ in test_button_matrix_pressing_event_works() 411 * This is done to increase code coverage. */ in test_button_matrix_long_press_repeat_event_works() 441 * This is done to increase code coverage. */ in test_button_matrix_defocused_event_works()
|
/lvgl-latest/scripts/ |
D | genexamplelist.sh | 9 done 13 done
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | connecting_lvgl.rst | 21 This needs to be done before making any other LVGL calls. 110 Advancing the tick value should be done in such a way that its timing is reliable and
|
/lvgl-latest/docs/details/integration/os/buildroot/ |
D | image_generation.rst | 10 This guide was done on ``Ubuntu 22.04`` 198 All of this can be done with the UART instead of SSH if you don't want to
|
/lvgl-latest/env_support/cmsis-pack/ |
D | gen_pack.sh | 151 done 160 done
|
/lvgl-latest/scripts/gen_json/ |
D | gen_json.py | 303 "header file you MUST insure that any LVGL includes are done so " 308 "when running this script. It is done using the same manner that "
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 53 - Develop GUI in Linux first and when it is done just compile it for 59 on your computer and when it is done, compile it on NuttX and that is
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.h | 204 …* of the result may be higher than the ecl argument if it can be done without increasing the versi… 221 * may be higher than the ecl argument if it can be done without increasing the
|
/lvgl-latest/tests/unity/ |
D | unity.c | 2374 /* We're done if we match the entire string or up to a wildcard */ in IsStringInBiggerString() 2431 /* done if complete filename match */ in UnityStringArgumentMatches() 2438 /* done if testname match after filename partial match */ in UnityStringArgumentMatches() 2447 /* done if complete testname match */ in UnityStringArgumentMatches()
|
/lvgl-latest/src/drivers/evdev/ |
D | lv_evdev.c | 284 /* was stopped by the callback. cleanup was already done */ in _evdev_discovery_inotify_try_init_watcher() 473 …discovery == NULL) return LV_RESULT_OK; /* was stopped by the callback. cleanup was already done */ in lv_evdev_discovery_start()
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 117 done to improve performance. Instead, the Widgets are marked as "dirty" 261 where ``align`` can be done of the following:
|
/lvgl-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 366 /* Make a one-row-high sample array that will go away when done with image */ in decode_jpeg_file() 419 /* And we're done! */ in decode_jpeg_file()
|