Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DMergePathsContent.java100 path.transform(((ContentGroup) content).getTransformationMatrix()); in opFirstPathWithRest()
113 path.transform(((ContentGroup) lastContent).getTransformationMatrix()); in opFirstPathWithRest()
DContentGroup.java131 Matrix getTransformationMatrix() { in getTransformationMatrix() method in ContentGroup
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DImageUtils.java293 public static Matrix getTransformationMatrix( in getTransformationMatrix() method in ImageUtils
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DClassifierActivity.java132 frameToCropTransform = ImageUtils.getTransformationMatrix( in onPreviewSizeChosen()
DStylizeActivity.java474 frameToCropTransform = ImageUtils.getTransformationMatrix( in resetPreviewBuffers()
495 frameToCropTransform = ImageUtils.getTransformationMatrix( in processImage()
DDetectorActivity.java178 ImageUtils.getTransformationMatrix( in onPreviewSizeChosen()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java169 ImageUtils.getTransformationMatrix( in draw()