HomeSort by relevance Sort by last modified time
    Searched refs:v1z (Results 1 - 3 of 3) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 336 double v1z = coeff * v1.getZ(); local
337 v1 = new Vector3D(v1x, v1y, v1z);
348 double v2z = alpha * v1z + beta * v2.getZ();
358 double dz1 = v1z - u1.getZ();
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 662 const int32_t v1z = clampZ(v1->window.z); local
669 lerp.iterators0032(itz64, v0z, v1z, v2z);
676 lerp.iterators0032(itz, v0z, v1z, v2z);
680 lerp.iterators0032(itz, v0z, v1z, v2z);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java     [all...]

Completed in 132 milliseconds