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

  /external/opencv/cv/src/
cvconvhull.cpp 70 int nexty = array[pnext]->y; local
71 int by = nexty - cury;
143 float nexty = array[pnext]->y; local
144 float by = nexty - cury;
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 351 final int nexty = (int) (Math.random() * yrange); local
356 mSaverView.setY(nexty);
365 "y", mSaverView.getY(), nexty);
    [all...]

Completed in 186 milliseconds