Home
last modified time | relevance | path

Searched defs:opacity (Results 1 – 25 of 76) sorted by relevance

1234

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java16 private final AnimatableIntegerValue opacity; field in Mask
19 …public Mask(MaskMode maskMode, AnimatableShapeValue maskPath, AnimatableIntegerValue opacity, bool… in Mask()
DShapeFill.java18 @Nullable private final AnimatableIntegerValue opacity; field in ShapeFill
22 … @Nullable AnimatableColorValue color, @Nullable AnimatableIntegerValue opacity, boolean hidden) { in ShapeFill()
DGradientFill.java20 private final AnimatableIntegerValue opacity; field in GradientFill
30 AnimatableIntegerValue opacity, AnimatablePointValue startPoint, in GradientFill()
DGradientStroke.java21 private final AnimatableIntegerValue opacity; field in GradientStroke
34 AnimatableIntegerValue opacity, AnimatablePointValue startPoint, in GradientStroke()
DShapeStroke.java57 private final AnimatableIntegerValue opacity; field in ShapeStroke
66AnimatableIntegerValue opacity, AnimatableFloatValue width, LineCapType capType, in ShapeStroke()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java22 private final AnimatableIntegerValue opacity; field in AnimatableTransform
40 @Nullable AnimatableFloatValue rotation, @Nullable AnimatableIntegerValue opacity, in AnimatableTransform()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DMaskParser.java20 AnimatableIntegerValue opacity = null; in parse() local
DShapeFillParser.java29 AnimatableIntegerValue opacity = null; in parse() local
DGradientFillParser.java38 AnimatableIntegerValue opacity = null; in parse() local
DShapeStrokeParser.java41 AnimatableIntegerValue opacity = null; in parse() local
DGradientStrokeParser.java48 AnimatableIntegerValue opacity = null; in parse() local
DAnimatableTransformParser.java44 AnimatableIntegerValue opacity = null; in parse() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js37 animation = element.animate({'opacity': [testOpacity, testOpacity]}, property
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DMaskKeyframeAnimation.java23 AnimatableIntegerValue opacity = masks.get(i).getOpacity(); in MaskKeyframeAnimation() local
DTransformKeyframeAnimation.java37 @NonNull private BaseKeyframeAnimation<Integer, Integer> opacity; field in TransformKeyframeAnimation
/external/skia/modules/sksg/src/
DSkSGRenderNode.cpp53 static SkAlpha ScaleAlpha(SkAlpha alpha, float opacity) { in ScaleAlpha()
132 RenderNode::ScopedRenderContext::modulateOpacity(float opacity) { in modulateOpacity()
DSkSGOpacityEffect.cpp12 OpacityEffect::OpacityEffect(sk_sp<RenderNode> child, float opacity) in OpacityEffect()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java60 public void setOpacity(float opacity) { in setOpacity()
110 final float opacity = mOpacity; in draw() local
/external/skia/modules/skottie/src/text/
DTextAnimator.h43 ScalarValue opacity = 100, member
53 float opacity = 1, member
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DSolidLayer.java42 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer() local
/external/skia/modules/skottie/src/effects/
DShadowStyles.cpp46 opacity = SkTPin(fOpacity / 100, 0.0f, 1.0f); in onSync() local
DGlowStyles.cpp44 opacity = SkTPin(fOpacity / 100, 0.0f, 1.0f), in onSync() local
/external/python/bumble/docs/images/logo.vectornator/
DArtboard0.json1 …,"isHidden":false,"endPointFIX":[-5.882939210360405,25.513785542788241],"opacity":1,"blur":0,"isLo… number
/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp130 float opacity = gs_dict->GetNumberFor("CA"); in TEST_F() local
/external/ImageMagick/coders/
Dgif.c395 static MagickBooleanType DecodeImage(Image *image,const ssize_t opacity, in DecodeImage()
996 opacity; in ReadGIFImage() local
1544 opacity; in WriteGIFImage() local

1234