Searched refs:rendered (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgCanvas.h | 117 bool rendered = false; in draw() local 119 if (paint->pImpl->render(renderer)) rendered = true; in draw() 122 if (!rendered || !renderer->postRender()) return Result::InsufficientCondition; in draw()
|
/lvgl-latest/tests/ |
D | README.md | 53 - If the reference image is not found it will be created automatically from the rendered screen. 54 …- If the compare fails an `<image_name>_err.png` file will be created with the rendered content ne…
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 12 LVGL-rendered pixels on your device. During system initialization, you must do the 246 buffers at least 1/10 display size is recommended. In :ref:`flush_callback` the rendered 252 If two buffer are used, the rendered areas are automatically copied to the 309 /* The most simple case (also the slowest) to send all rendered pixels to the 326 rendered pixel-buffers to a particular display by doing the following: 344 rendered, use :cpp:expr:`lv_display_flush_is_last(display1)`. 395 :cpp:expr:`lv_display_rotate_area(display, &area)` rotates the rendered area 399 are rendered directly in the frame buffer so they cannot be 403 In the case of :cpp:enumerator:`LV_DISPLAY_RENDER_MODE_PARTIAL` the small rendered areas 412 /*Rotate a partially rendered area to another buffer and send it*/ [all …]
|
D | font.rst | 396 Small displays with low resolution don't look pretty with automatically rendered fonts. A bitmap fo…
|
/lvgl-latest/docs/details/base-widget/ |
D | layer.rst | 97 another chunk is rendered and freed. 102 When the widget is transformed a larger part of the Widget needs to rendered to
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 36 /* LVGL calls it when a rendered image needs to copied to the display*/
|
/lvgl-latest/docs/details/widgets/ |
D | lottie.rst | 47 The animations are rendered in ARGB8888 format, therefore the buffer's size should be equal to
|
D | image.rst | 55 this case, the image will be rendered as text according to the *font*
|
D | chart.rst | 201 signal that the chart should be re-rendered next time a display refresh occurs.
|
/lvgl-latest/docs/details/libs/ |
D | freetype.rst | 108 rendered. An example on how to draw a colored bitmap glyph is shown below.
|
/lvgl-latest/docs/intro/add-lvgl-to-your-project/ |
D | connecting_lvgl.rst | 134 - how to send those rendered pixels to it (:ref:`flush_callback`).
|
/lvgl-latest/docs/details/integration/driver/ |
D | opengles.rst | 203 There is a renderer in LVGL which caches software-rendered areas as OpenGL textures.
|
D | wayland.rst | 122 The custom timer handler returns ``false`` if the frame from previous cycle is not rendered.
|
/lvgl-latest/docs/intro/ |
D | basics.rst | 134 outside its parent's boundaries is clipped (i.e. not rendered).
|
/lvgl-latest/ |
D | README.md | 56 …- Texts are rendered with UTF-8 encoding supporting CJK, Thai, Hindi, Arabic, Persian writing syst…
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 490 rendered in chunks, but one larger memory block needs to be allocated. The
|
/lvgl-latest/docs/ |
D | Doxyfile | 1491 # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|