Home
last modified time | relevance | path

Searched refs:getOpacity (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/experimental/skrive/src/
DComponent.cpp70 if (node->getOpacity() < 1) { in ScopedTransformContext()
72 layer_paint.setAlphaf(node->getOpacity()); in ScopedTransformContext()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DSolidLayer.java42 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer()
DTextLayer.java130 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java151 public int getOpacity() { in getOpacity() method in SquaringDrawable
152 return wrapped.getOpacity(); in getOpacity()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
DMask.java34 public AnimatableIntegerValue getOpacity() { in getOpacity() method in Mask
DShapeFill.java39 @Nullable public AnimatableIntegerValue getOpacity() { in getOpacity() method in ShapeFill
DGradientFill.java61 public AnimatableIntegerValue getOpacity() { in getOpacity() method in GradientFill
DGradientStroke.java66 public AnimatableIntegerValue getOpacity() { in getOpacity() method in GradientStroke
DShapeStroke.java92 public AnimatableIntegerValue getOpacity() { in getOpacity() method in ShapeStroke
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DFillContent.java47 if (fill.getColor() == null || fill.getOpacity() == null ) { in FillContent()
58 opacityAnimation = fill.getOpacity().createAnimation(); in FillContent()
DContentGroup.java166 …int opacity = transformAnimation.getOpacity() == null ? 100 : transformAnimation.getOpacity().getV… in draw()
DStrokeContent.java29 stroke.getJoinType().toPaintJoin(), stroke.getMiterLimit(), stroke.getOpacity(), in StrokeContent()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java63 if (animatableTransform.getOpacity() != null) { in TransformKeyframeAnimation()
64 opacity = animatableTransform.getOpacity().createAnimation(); in TransformKeyframeAnimation()
153 @Nullable public BaseKeyframeAnimation<?, Integer> getOpacity() { in getOpacity() method in TransformKeyframeAnimation
DMaskKeyframeAnimation.java23 AnimatableIntegerValue opacity = masks.get(i).getOpacity(); in MaskKeyframeAnimation()
/external/skqp/modules/skottie/src/
DSkottieProperty.cpp46 return fNode->getOpacity() * 100; in get()
/external/setupdesign/main/src/com/google/android/setupdesign/widget/
DCardBackgroundDrawable.java67 public int getOpacity() { in getOpacity() method in CardBackgroundDrawable
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java75 public AnimatableIntegerValue getOpacity() { in getOpacity() method in AnimatableTransform
/external/skia/modules/skottie/utils/
DSkottieUtils.h53 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
/external/skia/modules/skottie/src/
DSkottieProperty.cpp71 return fNode->getOpacity() * 100; in get()
/external/skqp/modules/skottie/utils/
DSkottieUtils.h84 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
DSkottieUtils.cpp179 skottie::OpacityPropertyValue CustomPropertyManager::getOpacity(const PropKey& key) const { in getOpacity() function in skottie_utils::CustomPropertyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabSpecTest.java116 public int getOpacity() { in getOpacity() method in ShadowTabSpecTest.TestIcon
DShadowDrawableTest.java204 public int getOpacity() { in getOpacity() method in ShadowDrawableTest.TestDrawable
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DGlideBitmapDrawable.java120 public int getOpacity() { in getOpacity() method in GlideBitmapDrawable
/external/skqp/experimental/canvaskit/
Dskottie_bindings.cpp71 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps()

12