Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 34) sorted by relevance

12

/lvgl-latest/src/libs/thorvg/
DtvgTaskScheduler.cpp57 if (!lock || taskDeque.empty()) return false; in tryPop()
86 while (taskDeque.empty() && !done) { in pop()
90 if (taskDeque.empty()) return false; in pop()
DtvgScene.h90 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()
DtvgCanvas.h93 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()
DtvgInlist.h106 bool empty() const in empty() function
DtvgSwCanvas.cpp74 if (!Canvas::pImpl->paints.empty()) return Result::InsufficientCondition; in mempool()
DtvgArray.h154 bool empty() const in empty() function
DtvgSwMath.cpp300 if (outline->pts.empty() || outline->cntrs.empty()) { in mathUpdateOutlineBBox()
DtvgLottieBuilder.cpp375 } 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()
DtvgPicture.cpp170 if (path.empty()) return Result::InvalidArguments; in load()
DtvgLoader.cpp383 if (!mimeType.empty()) { in loader()
DtvgLottieParser.cpp206 if (ins.empty() || outs.empty() || pts.empty()) return; in getValue()
1099 if (group->children.empty()) { in parseGroup()
DtvgSwShape.cpp36 if (outline.pts.empty()) return false; in _outlineBegin()
47 if (outline.pts.empty()) return false; in _outlineEnd()
DtvgSvgLoader.cpp2921 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()
DtvgLottieModifier.cpp334 while (!stack.empty()) { in modifyPath()
/lvgl-latest/docs/details/widgets/
Dmenu.rst42 :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.
Dtabview.rst46 :cpp:expr:`lv_tabview_create(parent)` creates a new empty Tab View.
Dwin.rst48 - Header (like a title bar) is initially empty, and is a Flex-Flow container set up
Dbuttonmatrix.rst49 that the last element must be either ``NULL`` or an empty string
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h143 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/
Dlv_cmsis_pack.txt110 /* When Arm Compilers using the MicroLib, provide an empty implementation for
/lvgl-latest/docs/
DREADME.md194 * 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/
Dimage_generation.rst101 an (almost) empty folder named ``output`` is created, as the build process has
/lvgl-latest/docs/details/integration/os/
Dzephyr.rst112 empty the binding captures all events regardless of the source. You do not have to instantiate or m…
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst105 - ``current_path`` = [empty buffer]
/lvgl-latest/docs/details/base-widget/layouts/
Dgrid.rst103 If there is some empty space, items (Widgets) in Grid tracks can be aligned in several ways:

12