Searched refs:invert (Results 1 – 7 of 7) sorted by relevance
134 mMatrix44.invert(); in testInvert()148 assertFalse(mMatrix44.invert()); in testInvertFailure()
531 assertTrue(mMatrix.invert(matrix)); in testInvert()537 mMatrix.invert(null); in testInvertNull()692 mMatrix.invert(matrix); in testAccessValues()
1158 if (!invert(interpXYZToCamera, /*out*/interpXYZToCameraInverse)) { in findDngInterpolationFactor()1233 if (!invert(interpolatedCC, /*out*/inverseInterpolatedCC)) { in calculateCameraToXYZD50Transform()1316 private static boolean invert(float[] m, /*out*/float[] output) { in invert() method in RawConverter
1228 assertTrue(matrix.invert(inverseMatrix)); in testAddBatchWithTransform()
META-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
5191 name: "invert"
4019 method public android.animation.BidirectionalTypeConverter<V,T> invert();16293 method public boolean invert(android.graphics.Matrix);16363 method @FlaggedApi("com.android.graphics.hwui.flags.matrix_44") public boolean invert();