Home
last modified time | relevance | path

Searched defs:Diagonal (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_rect.h188 real64 Diagonal () const in Diagonal() function
331 real64 Diagonal () const in Diagonal() function
/external/gemmlowp/internal/
Dkernel.h123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal }; enumerator
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DSoftbody.java85 public static Matrix3 Diagonal(float x) { in Diagonal() method in Softbody
DSoftbodyJNI.java1142 public final static native Matrix3 Diagonal(float jarg1); in Diagonal() method in SoftbodyJNI
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyInternals.h265 static inline btMatrix3x3 Diagonal(btScalar x) in Diagonal() function