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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLVertex.java 52 static public int toFixed(float x) {
57 vertexBuffer.put(toFixed(x));
58 vertexBuffer.put(toFixed(y));
59 vertexBuffer.put(toFixed(z));
78 vertexBuffer.put(toFixed(x));
79 vertexBuffer.put(toFixed(y));
80 vertexBuffer.put(toFixed(z));
84 vertexBuffer.put(toFixed(temp.x));
85 vertexBuffer.put(toFixed(temp.y));
86 vertexBuffer.put(toFixed(temp.z))
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Shape.java 84 public static int toFixed(float x) {
  /frameworks/base/libs/surfaceflinger/
Transform.cpp 234 const float toFixed = 65536.0f;
238 point[0] = v[0] * toFixed;
239 point[1] = v[1] * toFixed;

Completed in 282 milliseconds