Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h652 const ValueType* dependencies = GetMember(value, GetDependenciesString()); in allocator_() local
668 if (dependencies && dependencies->IsObject()) in allocator_()
669 …for (ConstMemberIterator itr = dependencies->MemberBegin(); itr != dependencies->MemberEnd(); ++it… in allocator_()
725 if (dependencies && dependencies->IsObject()) { in allocator_()
728 …for (ConstMemberIterator itr = dependencies->MemberBegin(); itr != dependencies->MemberEnd(); ++it… in allocator_()
732 …properties_[sourceIndex].dependencies = static_cast<bool*>(allocator_->Malloc(sizeof(bool) * prope… in allocator_()
733 … std::memset(properties_[sourceIndex].dependencies, 0, sizeof(bool)* propertyCount_); in allocator_()
737 properties_[sourceIndex].dependencies[targetIndex] = true; in allocator_()
1188 if (source.dependencies) { in EndObject()
1191 … if (source.dependencies[targetIndex] && !context.propertyExist[targetIndex]) in EndObject()
[all …]
/lvgl-latest/docs/details/integration/driver/
Dwayland.rst18 The wayland driver requires some dependencies.
138 Make sure the dependencies listed at the start of the article are installed.
/lvgl-latest/docs/details/integration/os/buildroot/
Dlvgl_app.rst27 package configurable. For any package you wish to add, these dependencies must
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst71 remade. However, when you use this option other dependencies can still
Dlvgl_recipe.rst186 serving as a local cache for all external sources and dependencies. This
/lvgl-latest/docs/details/integration/chip/
Despressif.rst137 ``LittleFS`` has extra dependencies that should be added to ``main/idf_component.yml``
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst155 This creates a smaller image that does not include the tool chain and the build dependencies.
/lvgl-latest/
DREADME.md45 - A fully portable C (C++ compatible) library with no external dependencies.
/lvgl-latest/docs/
DDoxyfile2225 # dependencies (inheritance, containment, and class references variables) of the
2233 # groups, showing the direct groups dependencies.
2270 # direct and indirect include dependencies of the file with other documented
2279 # the direct and indirect include dependencies of the file with other documented
2318 # dependencies a directory has on other directories in a graphical way. The
/lvgl-latest/docs/details/main-components/
Ddisplay.rst626 Due to dependencies among different areas, CPU cores cannot always be fully utilized.