Searched defs:inverse (Results 1 – 14 of 14) sorted by relevance
53 Matrix inverse = new Matrix(); in testInvert() local
253 public Matrix inverse() { in inverse() method in Matrix266 public Matrix inverse(Matrix result, Matrix scratch) { in inverse() method in Matrix
200 constexpr QUATERNION<T> PURE inverse(const QUATERNION<T>& q) { in inverse() function
234 inline constexpr MATRIX PURE inverse(const MATRIX& matrix) { in inverse() function429 friend inline CONSTEXPR BASE<T> PURE inverse(const BASE<T>& matrix) { in inverse() function
106 public Quaternion inverse() { in inverse() method in Quaternion
37 bool Matrix4x4::inverse() { in inverse() function in android::renderscript::Matrix4x4
426 public boolean inverse() { in inverse() method in Matrix4f
331 Transform Transform::inverse() const { in inverse() function in android::ui::Transform
425 public boolean inverse() { in inverse() method in Matrix4f
315 SkMatrix* inverse = reinterpret_cast<SkMatrix*>(inverseHandle); in invert() local
617 public boolean invert(Matrix inverse) { in invert()
361 SkMatrix inverse; in getClipBounds() local
608 /*package*/ static boolean nInvert(long native_object, long inverse) { in nInvert()
527 void invert(GLfloat* inverse, const GLfloat* src) in invert()