Home
last modified time | relevance | path

Searched defs:anchorPoint (Results 1 – 4 of 4) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DTransformKeyframeAnimation.java33 @NonNull private BaseKeyframeAnimation<PointF, PointF> anchorPoint; field in TransformKeyframeAnimation
224 PointF anchorPoint = this.anchorPoint.getValue(); in getMatrix() local
257 PointF anchorPoint = this.anchorPoint == null ? null : this.anchorPoint.getValue(); in getMatrixForRepeater() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DAnimatableTransformParser.java40 AnimatablePathValue anchorPoint = null; in parse() local
142 private static boolean isAnchorPointIdentity(AnimatablePathValue anchorPoint) { in isAnchorPointIdentity()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
DAnimatableTransform.java14 private final AnimatablePathValue anchorPoint; field in AnimatableTransform
38 public AnimatableTransform(@Nullable AnimatablePathValue anchorPoint, in AnimatableTransform()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh315 HBUINT16 anchorPoint; /* Index to glyph contour point */ member