Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 20 of 20) sorted by relevance

/lvgl-latest/docs/details/integration/os/
Dqnx.rst32 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/
Dallocators.h150 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/
DtvgSwRenderer.h59 bool mempool(bool shared);
DtvgSwRenderer.cpp526 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/
Dcustom.cmake17 # 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/
Darm.rst14 … for an MPU (instead of compiling it on the target hardware) or create a shared library. For more …
/lvgl-latest/examples/libs/freetype/
DOFL.txt16 open framework in which fonts may be shared and improved in partnership
/lvgl-latest/tests/src/test_files/fonts/noto/
DOFL.txt16 open framework in which fonts may be shared and improved in partnership
/lvgl-latest/scripts/built_in_font/font_license/Montserrat/
DOFL.txt16 open framework in which fonts may be shared and improved in partnership
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst116 This allows the wayland client to work on well on weston, resizing shared memory buffers during
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst311 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 \
Dterms_and_variables.rst162 the stamp and shared state cache mechanisms.
/lvgl-latest/docs/details/main-components/
Danimation.rst36 …- 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/
DLICENSE.txt40 open framework in which fonts may be shared and improved in partnership
/lvgl-latest/docs/details/debugging/
Dprofiler.rst228 …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/
Dscale.rst221 :cpp:type:`lv_style_t` objects can be shared among Sections and among PARTs, but
/lvgl-latest/docs/intro/
Dintroduction.rst27 - User code developed under simulator can be shared with firmware to make UI development more effic…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst376 Local styles are like normal styles, but they can't be shared among
/lvgl-latest/docs/details/base-widget/
Dobj.rst37 rectangle, it has a large number of features shared with all Widgets, detailed
/lvgl-latest/docs/
DCHANGELOG.rst317 - **fix(cmake): generate versioned shared libraries** `5865 <https://github.com/lvgl/lvgl/pull/5865…