| /lvgl-latest/src/libs/thorvg/ |
| D | tvgTaskScheduler.cpp | 57 if (!lock || taskDeque.empty()) return false; in tryPop() 86 while (taskDeque.empty() && !done) { in pop() 90 if (taskDeque.empty()) return false; in pop()
|
| D | tvgScene.h | 90 if (opacity == 0 || paints.empty()) return false; in needComposition() 161 if (paints.empty()) return {0, 0, 0, 0}; in bounds() 199 if (paints.empty()) return false; in bounds()
|
| D | tvgCanvas.h | 93 if (paints.empty() || status == Status::Drawing) return Result::InsufficientCondition; in update() 115 …if (status == Status::Drawing || paints.empty() || !renderer->preRender()) return Result::Insuffic… in draw()
|
| D | tvgInlist.h | 106 bool empty() const in empty() function
|
| D | tvgSwCanvas.cpp | 74 if (!Canvas::pImpl->paints.empty()) return Result::InsufficientCondition; in mempool()
|
| D | tvgArray.h | 154 bool empty() const in empty() function
|
| D | tvgSwMath.cpp | 300 if (outline->pts.empty() || outline->cntrs.empty()) { in mathUpdateOutlineBBox()
|
| D | tvgLottieBuilder.cpp | 375 } else if (!shapes.empty()) { in _repeat() 485 if (!ctx->repeaters.empty()) { in updateRect() 546 if (!ctx->repeaters.empty()) { in updateEllipse() 562 if (!ctx->repeaters.empty()) { in updatePath() 805 if (!ctx->repeaters.empty()) { in updatePolystar() 884 while (!contexts.empty()) { in updateChildren() 957 if (precomp->children.empty()) return; in updatePrecomp() 1066 if (!text->ranges.empty()) { in updateText() 1276 if (!layer->children.empty()) { in updateLayer() 1402 if (comp->root->children.empty()) return false; in update()
|
| D | tvgPicture.cpp | 170 if (path.empty()) return Result::InvalidArguments; in load()
|
| D | tvgLoader.cpp | 383 if (!mimeType.empty()) { in loader()
|
| D | tvgLottieParser.cpp | 206 if (ins.empty() || outs.empty() || pts.empty()) return; in getValue() 1099 if (group->children.empty()) { in parseGroup()
|
| D | tvgSwShape.cpp | 36 if (outline.pts.empty()) return false; in _outlineBegin() 47 if (outline.pts.empty()) return false; in _outlineEnd()
|
| D | tvgSvgLoader.cpp | 2921 if (to->stops.empty()) _cloneGradStops(to->stops, from->stops); in _inheritGradient() 3306 …svgLoaderParserXmlOpen(SvgLoaderData* loader, const char* content, unsigned int length, bool empty) in _svgLoaderParserXmlOpen() argument 3322 if (empty) attrs--; in _svgLoaderParserXmlOpen() 3337 if (empty) return; in _svgLoaderParserXmlOpen() 3361 if (node->type != SvgNodeType::Defs || !empty) { in _svgLoaderParserXmlOpen() 3368 if (node && !empty) { in _svgLoaderParserXmlOpen() 3966 if (filePath.empty()) return false; in open()
|
| D | tvgLottieModifier.cpp | 334 while (!stack.empty()) { in modifyPath()
|
| /lvgl-latest/docs/details/widgets/ |
| D | menu.rst | 42 :cpp:expr:`lv_menu_create(parent)` creates a new empty Menu. 69 :cpp:expr:`lv_menu_page_create(menu, title)` creates a new empty Menu Page. You 98 - :cpp:expr:`lv_menu_cont_create(parent_page)` creates a new empty container. 99 - :cpp:expr:`lv_menu_section_create(parent_page)` creates a new empty section.
|
| D | tabview.rst | 46 :cpp:expr:`lv_tabview_create(parent)` creates a new empty Tab View.
|
| D | win.rst | 48 - Header (like a title bar) is initially empty, and is a Flex-Flow container set up
|
| D | buttonmatrix.rst | 49 that the last element must be either ``NULL`` or an empty string
|
| /lvgl-latest/src/libs/thorvg/rapidjson/ |
| D | prettywriter.h | 143 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; variable 145 if (!empty) { 167 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; variable 169 if (!empty && !(formatOptions_ & kFormatSingleLineArray)) {
|
| /lvgl-latest/env_support/cmsis-pack/ |
| D | lv_cmsis_pack.txt | 110 /* When Arm Compilers using the MicroLib, provide an empty implementation for
|
| /lvgl-latest/docs/ |
| D | README.md | 194 * Include at least 1 empty line after a code block. 195 * There must be one empty line between the code block directive and the code. 197 * If you want to separate code into easier-to-understand sections you can do so with a single empty…
|
| /lvgl-latest/docs/details/integration/os/buildroot/ |
| D | image_generation.rst | 101 an (almost) empty folder named ``output`` is created, as the build process has
|
| /lvgl-latest/docs/details/integration/os/ |
| D | zephyr.rst | 112 empty the binding captures all events regardless of the source. You do not have to instantiate or m…
|
| /lvgl-latest/docs/details/other-components/ |
| D | file_explorer.rst | 105 - ``current_path`` = [empty buffer]
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 103 If there is some empty space, items (Widgets) in Grid tracks can be aligned in several ways:
|