Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgInitializer.cpp92 Result Initializer::init(CanvasEngine engine, uint32_t threads) noexcept in init() argument
95 if (static_cast<int>(engine) == 0) return Result::InvalidArguments; in init()
97 if (engine & CanvasEngine::Sw) { in init()
104 if (engine & CanvasEngine::Gl) { in init()
111 if (engine & CanvasEngine::Wg) { in init()
132 Result Initializer::term(CanvasEngine engine) noexcept in term() argument
137 if (static_cast<int>(engine) == 0) return Result::InvalidArguments; in term()
139 if (engine & CanvasEngine::Sw) { in term()
146 if (engine & CanvasEngine::Gl) { in term()
153 if (engine & CanvasEngine::Wg) { in term()
Dthorvg.h1841 static Result init(CanvasEngine engine, uint32_t threads) noexcept;
1854 static Result term(CanvasEngine engine) noexcept;
/lvgl-latest/env_support/pikascript/
DREADME.md3 [PikaScript](https://github.com/pikasTech/pikascript) is an ultralightweight python engine that can…
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst39 - Select NXP PXP engine in "lv_conf.h": Set :c:macro:`LV_USE_PXP` to `1`.
100 Several drawing features in LVGL can be offloaded to the PXP engine. The CPU is
146 image processing time. The output engine essentially truncates any output
201 Extra drawing features in LVGL can be handled by the VGLite engine. The
210 - Select NXP VGLite engine in "lv_conf.h": Set :c:macro:`LV_USE_DRAW_VGLITE` to
325 Several drawing features in LVGL can be offloaded to the VGLite engine. The CPU
386 - For pixel engine (PE) destination, the alignment should be 64 bytes for all
387 tiled (4x4) buffer layouts. The pixel engine has no additional alignment
/lvgl-latest/docs/details/libs/
Dtiny_ttf.rst4 Tiny TTF font engine
/lvgl-latest/tests/
DREADME.md41 - `unity` Source files of the test engine
/lvgl-latest/docs/details/widgets/
Dcanvas.rst13 LVGL's extensive drawing engine.
/lvgl-latest/docs/details/main-components/
Dfont.rst243 The built-in font engine supports compressed bitmaps.
271 - The Tiny TTF font engine supports GPOS (Glyph Positioning) and Kern tables.
479 can add your own font engine in place of LVGL's internal one. For
484 To add a new font engine, a custom :cpp:type:`lv_font_t` variable needs to be created:
/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst133 - `QuickJS <https://bellard.org/quickjs/>`__: JavaScript engine
/lvgl-latest/docs/
DROADMAP.rst47 …er masks. There should be a generic high level mask API which is independent of the drawing engine.
DREADME.md70 …ps://www.sphinx-doc.org/en/master/) and its underlying [docutils parsing engine](https://docutils.…
DDoxyfile1539 # the HTML output. The underlying search engine uses javascript and DHTML and
1543 # For large projects the javascript based search engine can be slow, then
1559 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1574 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the
1577 # Doxygen ships with an example indexer (doxyindexer) and search engine
1578 # (doxysearch.cgi) which are based on the open source search engine library
1587 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1590 # Doxygen ships with an example indexer (doxyindexer) and search engine
1591 # (doxysearch.cgi) which are based on the open source search engine library
/lvgl-latest/
DREADME.md58 …- Rendering engine supporting animations, anti-aliasing, opacity, smooth scrolling, shadows, image…
DKconfig194 Requirements: The rendering engine needs to support 3x3 matrix transformations.
301 bool "Enable complex draw engine"