HomeSort by relevance Sort by last modified time
    Searched defs:toFixed (Results 1 - 2 of 2) 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) {

Completed in 105 milliseconds