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

  /development/samples/GlobalTime/src/com/android/globaltime/
Annulus.java 61 int vidx = 0; local
70 vertices[vidx++] = toFixed(centerX + innerRadius * cosTheta);
71 vertices[vidx++] = toFixed(centerY + innerRadius * sinTheta);
72 vertices[vidx++] = toFixed(Z);
74 vertices[vidx++] = toFixed(centerX + outerRadius * cosTheta);
75 vertices[vidx++] = toFixed(centerY + outerRadius * sinTheta);
76 vertices[vidx++] = toFixed(Z);
LatLongSphere.java 37 int vidx = 0; local
66 vertices[vidx++] = toFixed(2.0f * fi - 1.0f);
67 vertices[vidx++] = toFixed(0.5f - fj);
68 vertices[vidx++] = toFixed(0.0f);
72 vertices[vidx++] = toFixed(x * radius + centerX);
73 vertices[vidx++] = toFixed(y * radius + centerY);
74 vertices[vidx++] = toFixed(z * radius + centerZ);
  /frameworks/base/tools/aapt/
StringPool.cpp 68 ssize_t vidx = mValues.indexOfKey(value); local
69 ssize_t pos = vidx >= 0 ? mValues.valueAt(vidx) : -1;
79 const bool first = vidx < 0;
83 vidx = mValues.add(value, pos);
87 if ((ssize_t)e >= vidx) {
92 mEntryArrayToValues.add(vidx);
100 mIdents.add(ident, vidx);
103 NOISY(printf("Adding string %s to pool: pos=%d eidx=%d vidx=%d\n",
104 String8(value).string(), pos, eidx, vidx));
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 34 milliseconds