Home
last modified time | relevance | path

Searched refs:scaledHalfHeight (Results 1 – 1 of 1) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieDrawable.java1157 float scaledHalfHeight = halfHeight * maxScale;
1161 halfHeight - scaledHalfHeight);
1162 canvas.scale(extraScale, extraScale, scaledHalfWidth, scaledHalfHeight);
1203 float scaledHalfHeight = halfHeight * scale; local
1207 getScale() * halfHeight - scaledHalfHeight);
1208 canvas.scale(extraScale, extraScale, scaledHalfWidth, scaledHalfHeight);