/external/skia/experimental/skrive/src/ |
D | Component.cpp | 70 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/ |
D | SolidLayer.java | 42 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer()
|
D | TextLayer.java | 130 int opacity = transform.getOpacity() == null ? 100 : transform.getOpacity().getValue(); in drawLayer()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | SquaringDrawable.java | 151 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/ |
D | Mask.java | 34 public AnimatableIntegerValue getOpacity() { in getOpacity() method in Mask
|
D | ShapeFill.java | 39 @Nullable public AnimatableIntegerValue getOpacity() { in getOpacity() method in ShapeFill
|
D | GradientFill.java | 61 public AnimatableIntegerValue getOpacity() { in getOpacity() method in GradientFill
|
D | GradientStroke.java | 66 public AnimatableIntegerValue getOpacity() { in getOpacity() method in GradientStroke
|
D | ShapeStroke.java | 92 public AnimatableIntegerValue getOpacity() { in getOpacity() method in ShapeStroke
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | FillContent.java | 47 if (fill.getColor() == null || fill.getOpacity() == null ) { in FillContent() 58 opacityAnimation = fill.getOpacity().createAnimation(); in FillContent()
|
D | ContentGroup.java | 166 …int opacity = transformAnimation.getOpacity() == null ? 100 : transformAnimation.getOpacity().getV… in draw()
|
D | StrokeContent.java | 29 stroke.getJoinType().toPaintJoin(), stroke.getMiterLimit(), stroke.getOpacity(), in StrokeContent()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
D | TransformKeyframeAnimation.java | 63 if (animatableTransform.getOpacity() != null) { in TransformKeyframeAnimation() 64 opacity = animatableTransform.getOpacity().createAnimation(); in TransformKeyframeAnimation() 153 @Nullable public BaseKeyframeAnimation<?, Integer> getOpacity() { in getOpacity() method in TransformKeyframeAnimation
|
D | MaskKeyframeAnimation.java | 23 AnimatableIntegerValue opacity = masks.get(i).getOpacity(); in MaskKeyframeAnimation()
|
/external/skqp/modules/skottie/src/ |
D | SkottieProperty.cpp | 46 return fNode->getOpacity() * 100; in get()
|
/external/setupdesign/main/src/com/google/android/setupdesign/widget/ |
D | CardBackgroundDrawable.java | 67 public int getOpacity() { in getOpacity() method in CardBackgroundDrawable
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/ |
D | AnimatableTransform.java | 75 public AnimatableIntegerValue getOpacity() { in getOpacity() method in AnimatableTransform
|
/external/skia/modules/skottie/utils/ |
D | SkottieUtils.h | 53 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
|
/external/skia/modules/skottie/src/ |
D | SkottieProperty.cpp | 71 return fNode->getOpacity() * 100; in get()
|
/external/skqp/modules/skottie/utils/ |
D | SkottieUtils.h | 84 skottie::OpacityPropertyValue getOpacity(const PropKey&) const;
|
D | SkottieUtils.cpp | 179 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/ |
D | ShadowTabSpecTest.java | 116 public int getOpacity() { in getOpacity() method in ShadowTabSpecTest.TestIcon
|
D | ShadowDrawableTest.java | 204 public int getOpacity() { in getOpacity() method in ShadowDrawableTest.TestDrawable
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | GlideBitmapDrawable.java | 120 public int getOpacity() { in getOpacity() method in GlideBitmapDrawable
|
/external/skqp/experimental/canvaskit/ |
D | skottie_bindings.cpp | 71 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps()
|