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

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octnode.java 130 int lowestIndex = -1;
137 lowestIndex = i;
141 if (numIntersecting < 8 && lowestIndex > -1){
142 trisForChild[lowestIndex].add(t);
143 expandBoxToContainTri(boxForChild[lowestIndex], t);
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 535 int lowestIndex = -1;
541 lowestIndex = index;
545 if (lowestIndex < 0) {
548 insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
549 pts1[lowestIndex]);
550 closest[lowestIndex] = -1;
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 535 int lowestIndex = -1;
541 lowestIndex = index;
545 if (lowestIndex < 0) {
548 insert(roots1Copy[lowestIndex], roots2Copy[closest[lowestIndex]],
549 pts1[lowestIndex]);
550 closest[lowestIndex] = -1;
  /external/icu4c/samples/cal/
cal.c 50 int32_t lowestIndex,
278 * lowestIndex is the index of the first symbol to fetch.
290 int32_t lowestIndex,
302 if(count != arrayLength + lowestIndex) {
308 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status);
313 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status);

Completed in 375 milliseconds