Home
last modified time | relevance | path

Searched refs:crossProduct (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DPoint.java48 public float crossProduct(Point a, Point b) { in crossProduct() method in Point
74 float crossProduct = crossProduct(a, b); in getAngle() local
78 if (crossProduct < 0.0) { in getAngle()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp85 float crossProduct = skVectors[0].cross(skVectors[1]); in getMatrixScale() local
90 matrixScale = fabs(crossProduct) / maxScale; in getMatrixScale()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1195 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale() local
1201 matrixScale = MathUtils.abs(crossProduct) / maxScale; in getMatrixScale()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1267 float crossProduct = cross(unitVectors[0], unitVectors[1], unitVectors[2], in getMatrixScale() local
1273 matrixScale = Math.abs(crossProduct) / maxScale; in getMatrixScale()