Searched refs:valid (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRenderer.cpp | 558 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()
|
D | tvgLottieParser.cpp | 1227 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()
|
D | tvgSwStroke.cpp | 447 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()
|
D | tvgSvgSceneBuilder.cpp | 269 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()
|
D | tvgSwCommon.h | 284 bool valid; member
|
/lvgl-latest/docs/details/widgets/ |
D | roller.rst | 30 automatically scroll to the nearest valid item in ``anim_time``
|
D | win.rst | 79 as its image source. All valid image sources are supported, but a common source
|
D | scale.rst | 108 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
|
D | calendar.rst | 121 valid pressed date; otherwise it returns :cpp:enumerator:`LV_RESULT_INVALID`.
|
D | label.rst | 49 that the contents of the character buffer *must* remain valid for the life of the
|
/lvgl-latest/docs/details/main-components/ |
D | timer.rst | 179 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 */
|
D | fs.rst | 100 its contents need to remain valid as long as the driver is in use.
|
/lvgl-latest/docs/details/other-components/ |
D | obj_property.rst | 38 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.
|
D | obj_id.rst | 185 use of that pointer will likly cause a crash because the pointer is not valid any
|
/lvgl-latest/docs/ |
D | README.md | 196 …is directive has 2 colons. (The only ReST and sphinx directives that are valid with one colon are…
|
D | Doxyfile | 418 # 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/ |
D | scroll.rst | 179 released the content scrolled in it is animated back to the closest valid
|
D | obj.rst | 257 Make sure the pointer variable itself stays valid until the Widget is deleted. Here
|