Home
last modified time | relevance | path

Searched defs:cross (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DVector.h105 float cross(const Vector2& v) const { in cross() function
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DVectorUtil.java43 public static void cross(double[] a, double[] b, double[] out) { in cross() method in VectorUtil
DQuaternion.java37 private static double[] cross(double[] a, double[] b) { in cross() method in Quaternion
/frameworks/native/include/ui/
Dvec3.h97 tvec3 __attribute__((pure)) cross(const tvec3& u, const tvec3<RT>& v) { in cross() function
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java349 public Vector3 cross(Vector3 v) { in cross() method in AnyMotionDetector.Vector3
/frameworks/base/core/java/android/util/
DMathUtils.java123 public static float cross(float v1x, float v1y, float v2x, float v2y) { in cross() method in MathUtils
/frameworks/rs/driver/runtime/
Drs_cl.c1071 extern float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs) { in cross() function
1900 extern half3 __attribute__((overloadable)) cross(half3 lhs, half3 rhs) { in cross() function
1908 extern half4 __attribute__((overloadable)) cross(half4 lhs, half4 rhs) { in cross() function
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1085 private static float cross(float v1x, float v1y, float v2x, float v2y) { in cross() method in VectorDrawableCompat.VPathRenderer