Searched refs:inverse (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/rs/
H A DrsMatrix4x4.cpp37 bool Matrix4x4::inverse() { function in class:android::renderscript::Matrix4x4
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DMatrix4f.java424 * Sets the current matrix to its inverse
426 public boolean inverse() { method in class:Matrix4f
453 * Sets the current matrix to its inverse transpose
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java605 /*package*/ static boolean nInvert(long native_object, long inverse) { argument
611 Matrix_Delegate inv_mtx = sManager.getDelegate(inverse);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp513 win = t.inverse().transform(win);
567 activeCrop = t.inverse().transform(activeCrop);
572 // transform.inverse().transform(transform.transform(Rect)) != Rect
583 // which means using the inverse of the current transform set on the
588 * the code below applies the primary display's inverse transform to the
593 // calculate the inverse transform
609 // need to reorient the inverse rotation in terms of the current
706 activeCrop = t.inverse().transform(activeCrop, true);
710 // transform.inverse().transform(transform.transform(Rect)) != Rect
805 * the code below applies the primary display's inverse transfor
[all...]
/frameworks/ml/nn/common/operations/internal/optimized/
H A Doptimized_ops.h2296 out_count = out_count.array().inverse();
2340 data_out.array() = data_in.array() * data_out.array().inverse();
2342 data_out.array() = data_in.array() * data_out.array().sqrt().inverse();
2366 out_mat.array().colwise().sum().inverse();
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1340 Interval span = min ? keys[i].span : keys[i].span.inverse();
2461 Interval inverse() { method in class:GridLayout.Interval
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1231 Interval span = min ? keys[i].span : keys[i].span.inverse();
2351 Interval inverse() { method in class:GridLayout.Interval
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 262 milliseconds

12