Searched refs:shared (Results 1 – 20 of 20) sorted by relevance
/lvgl-latest/docs/details/integration/os/ |
D | qnx.rst | 32 LVGL is used on other systems. The second is to build LVGL as either a shared or 67 both as a shared library and as a static library for the supported 76 appropriate directory and run `make` there. For example, to build a shared 86 especially if they run concurrently, it is better to use the shared library. 144 above, which builds for ARMv8 with the shared library:
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | allocators.h | 150 static inline ChunkHeader *GetChunkHead(SharedData *shared) in GetChunkHead() argument 152 … return reinterpret_cast<ChunkHeader*>(reinterpret_cast<uint8_t*>(shared) + SIZEOF_SHARED_DATA); in GetChunkHead() 154 static inline uint8_t *GetChunkBuffer(SharedData *shared) in GetChunkBuffer() argument 156 return reinterpret_cast<uint8_t*>(shared->chunkHead) + SIZEOF_CHUNK_HEADER; in GetChunkBuffer()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRenderer.h | 59 bool mempool(bool shared);
|
D | tvgSwRenderer.cpp | 526 bool SwRenderer::mempool(bool shared) in mempool() argument 528 if (shared == sharedMpool) return true; in mempool() 530 if (shared) { in mempool() 539 sharedMpool = shared; in mempool()
|
/lvgl-latest/env_support/cmake/ |
D | custom.cmake | 17 # Option to build shared libraries (as opposed to static), default: OFF 18 option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
|
/lvgl-latest/docs/details/integration/chip/ |
D | arm.rst | 14 … for an MPU (instead of compiling it on the target hardware) or create a shared library. For more …
|
/lvgl-latest/examples/libs/freetype/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership
|
/lvgl-latest/tests/src/test_files/fonts/noto/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership
|
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership
|
/lvgl-latest/docs/details/integration/driver/ |
D | wayland.rst | 116 This allows the wayland client to work on well on weston, resizing shared memory buffers during
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | lvgl_recipe.rst | 311 this library as a shared object in the target rootfs, and also to generate a 328 │ ├── 0007-fix-cmake-generate-versioned-shared-libraries.patch 337 settings for LVGL that can be shared between multiple recipes. 358 file://0007-fix-cmake-generate-versioned-shared-libraries.patch \
|
D | terms_and_variables.rst | 162 the stamp and shared state cache mechanisms.
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 36 …- set properties on :cpp:type:`lv_style_t` objects (e.g. :ref:`shared styles <style_initialize>`) … 41 Because of the former, an animation on a single :cpp:type:`lv_style_t` object shared
|
/lvgl-latest/scripts/built_in_font/font_license/FontAwesome5/ |
D | LICENSE.txt | 40 open framework in which fonts may be shared and improved in partnership
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 228 …LV_PROFILER_END_TAG` is not a local variable on the stack or a string in shared memory, because cu…
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 221 :cpp:type:`lv_style_t` objects can be shared among Sections and among PARTs, but
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 27 - User code developed under simulator can be shared with firmware to make UI development more effic…
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 376 Local styles are like normal styles, but they can't be shared among
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 37 rectangle, it has a large number of features shared with all Widgets, detailed
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 317 - **fix(cmake): generate versioned shared libraries** `5865 <https://github.com/lvgl/lvgl/pull/5865…
|