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

  /development/tools/a3dconvert/
ColladaConditioner.cpp 95 domP * thisPrimitive = thisPolygons->getP_array()[j];
96 int elementCount = (int)(thisPrimitive->getValue().getCount());
108 p_triangles->getValue().append(thisPrimitive->getValue()[l]);
113 p_triangles->getValue().append(thisPrimitive->getValue()[idx + l]);
119 p_triangles->getValue().append(thisPrimitive->getValue()[idx + l]);
  /libcore/luni/src/main/java/java/io/
ObjectStreamField.java 125 boolean thisPrimitive = this.isPrimitive();
130 if (thisPrimitive != fPrimitive) {
131 return thisPrimitive ? -1 : 1;

Completed in 71 milliseconds