Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwRenderer.cpp558 if ((*p)->compositor->valid && (*p)->compositor->image.channelSize == channelSize) { in request()
574 cmp->compositor->valid = true; in request()
611 cmp->compositor->valid = false; in target()
634 p->valid = true; in endComposite()
DtvgLottieParser.cpp1227 auto valid = true; //skip if the mask mode is none. in parseMask() local
1235 if (mask->method == CompositeMethod::None) valid = false; in parseMask()
1237 else if (valid && KEY_AS("pt")) getPathSet(mask->pathset); in parseMask()
1238 else if (valid && KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(mask->opacity); in parseMask()
1239 else if (valid && KEY_AS("x")) parseProperty<LottieProperty::Type::Float>(mask->expand); in parseMask()
1243 if (!valid) { in parseMask()
DtvgSwStroke.cpp447 auto valid = mathCubicAngle(arc, angleIn, angleMid, angleOut); in _cubicTo() local
450 if (valid > 0 && arc < limit) { in _cubicTo()
458 if (valid < 0 && arc == bezStack) { in _cubicTo()
DtvgSvgSceneBuilder.cpp269 auto valid = false; //Composite only when valid shapes exist in _applyComposition() local
272 …dClipChild(loaderData, *child, comp.get(), vBox, svgPath, compNode->child.count > 1)) valid = true; in _applyComposition()
275 if (valid) { in _applyComposition()
DtvgSwCommon.h284 bool valid; member
/lvgl-latest/docs/details/widgets/
Droller.rst30 automatically scroll to the nearest valid item in ``anim_time``
Dwin.rst79 as its image source. All valid image sources are supported, but a common source
Dscale.rst108 The content of the buffers pointed to need to remain valid for the life of the Scale.
200 be dynamically-allocated), since it needs to remain valid through the life of the
Dcalendar.rst121 valid pressed date; otherwise it returns :cpp:enumerator:`LV_RESULT_INVALID`.
Dlabel.rst49 that the contents of the character buffer *must* remain valid for the life of the
/lvgl-latest/docs/details/main-components/
Dtimer.rst179 pointer is saved, so whatever it is pointing to needs to remain valid until the
210 /* The screen is still valid so you can do other things with it */
Dfs.rst100 its contents need to remain valid as long as the driver is in use.
/lvgl-latest/docs/details/other-components/
Dobj_property.rst38 Label Widgets. A Widget's :ref:`local styles <style_local>` are also valid
152 are also valid property IDs, and can be used to set or get a Widget's style values.
Dobj_id.rst185 use of that pointer will likly cause a crash because the pointer is not valid any
/lvgl-latest/docs/
DREADME.md196 …is directive has 2 colons. (The only ReST and sphinx directives that are valid with one colon are…
DDoxyfile418 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
1108 # To get valid HTML the header file that includes any scripts and style sheets
/lvgl-latest/docs/details/base-widget/
Dscroll.rst179 released the content scrolled in it is animated back to the closest valid
Dobj.rst257 Make sure the pointer variable itself stays valid until the Widget is deleted. Here