Home
last modified time | relevance | path

Searched refs:Opacity (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp87 if (((from->fill.flags & SvgFillFlags::Opacity) && !(to->flags & SvgStyleFlags::FillOpacity)) || in _copyStyle()
90 to->fill.flags = (to->fill.flags | SvgFillFlags::Opacity); in _copyStyle()
121 …if (((from->stroke.flags & SvgStrokeFlags::Opacity) && !(to->flags & SvgStyleFlags::StrokeOpacity)… in _copyStyle()
124 to->stroke.flags = (to->stroke.flags | SvgStrokeFlags::Opacity); in _copyStyle()
174 if ((from->opacity < 255 && !(to->flags & SvgStyleFlags::Opacity)) || in _copyStyle()
175 … _isImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::Opacity)) { in _copyStyle()
177 to->flags = (to->flags | SvgStyleFlags::Opacity); in _copyStyle()
178 if (from->flagsImportance & SvgStyleFlags::Opacity) { in _copyStyle()
179 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::Opacity); in _copyStyle()
DtvgSvgLoaderCommon.h80 Opacity = 0x02, enumerator
99 Opacity = 0x2, enumerator
133 Opacity = 0x010, enumerator
DtvgLottieParser.cpp607 else if (KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(transform->opacity); in parseTransform()
629 else if (KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(fill->opacity, fill); in parseSolidFill()
668 else if (KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(stroke->opacity, stroke); in parseSolidStroke()
759 else if (KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(gradient->opacity, gradient); in parseGradient()
855 … else if (KEY_AS("so")) parseProperty<LottieProperty::Type::Opacity>(repeater->startOpacity); in parseRepeater()
856 … else if (KEY_AS("eo")) parseProperty<LottieProperty::Type::Opacity>(repeater->endOpacity); in parseRepeater()
1170 …else if (KEY_AS("so")) parseProperty<LottieProperty::Type::Opacity>(selector->style.strokeOpacity); in parseTextRange()
1171 … else if (KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(selector->style.opacity); in parseTextRange()
1238 else if (valid && KEY_AS("o")) parseProperty<LottieProperty::Type::Opacity>(mask->opacity); in parseMask()
DtvgSvgLoader.cpp1054 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Opacity); in _handleStrokeOpacityAttr()
1116 node->style->flags = (node->style->flags | SvgStyleFlags::Opacity); in _handleOpacityAttr()
1123 node->style->fill.flags = (node->style->fill.flags | SvgFillFlags::Opacity); in _handleFillOpacityAttr()
1220 STYLE_DEF(opacity, Opacity, SvgStyleFlags::Opacity),
2988 if (!(child->fill.flags & SvgFillFlags::Opacity)) { in _styleInherit()
3004 if (!(child->stroke.flags & SvgStrokeFlags::Opacity)) { in _styleInherit()
3042 if (from->flags & SvgStyleFlags::Opacity) { in _styleCopy()
3062 if (from->fill.flags & SvgFillFlags::Opacity) { in _styleCopy()
3079 if (from->stroke.flags & SvgStrokeFlags::Opacity) { in _styleCopy()
DtvgLottieProperty.h118 …enum class Type : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDo… enumerator
DtvgLottieExpressions.cpp129 case LottieProperty::Type::Opacity: { in _value()
/lvgl-latest/examples/styles/
Dindex.rst86 Opacity and Transformations
/lvgl-latest/docs/details/main-components/
Dcolor.rst132 Opacity section in Color (lv_color)
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst469 Opacity, Blend Modes and Transformations