OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
253
final int
nexty
= (int) (Math.random() * yrange);
local
258
mSaverView.setY(
nexty
);
267
"y", mSaverView.getY(),
nexty
);
/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;
Completed in 116 milliseconds