Searched defs:anchorPoint (Results 1 – 4 of 4) sorted by relevance
33 @NonNull private BaseKeyframeAnimation<PointF, PointF> anchorPoint; field in TransformKeyframeAnimation224 PointF anchorPoint = this.anchorPoint.getValue(); in getMatrix() local257 PointF anchorPoint = this.anchorPoint == null ? null : this.anchorPoint.getValue(); in getMatrixForRepeater() local
40 AnimatablePathValue anchorPoint = null; in parse() local142 private static boolean isAnchorPointIdentity(AnimatablePathValue anchorPoint) { in isAnchorPointIdentity()
14 private final AnimatablePathValue anchorPoint; field in AnimatableTransform38 public AnimatableTransform(@Nullable AnimatablePathValue anchorPoint, in AnimatableTransform()
315 HBUINT16 anchorPoint; /* Index to glyph contour point */ member