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

  /external/opencore/fileformats/mp4/composer/include/
boxrecord.h 37 void setBoxTop(int16 top1);
  /external/opencore/fileformats/mp4/composer/src/
boxrecord.cpp 36 void PVA_FF_BoxRecord::setBoxTop(int16 top1)
40 _top = top1;
  /frameworks/base/awt/org/apache/harmony/awt/gl/
MultiRectAreaOp.java 587 int top1 = left[2]; local
604 if (top1 < top2) {
608 } while (index1 < count1 && (top1 = left[index1 + 1]) < top2);
614 if (top1 > top2) {
618 } while (index2 < count2 && (top2 = right[index2 + 1]) < top1);
624 int top = top1;
629 } while(index1 < count1 && (top1 = left[index1 + 1]) == top);
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]

Completed in 169 milliseconds