OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexty
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
gc_test.go
136
nexty
*Y
146
p.
nexty
= head
152
for p := head; p != nil; p = p.
nexty
{
/prebuilts/go/linux-x86/src/runtime/
gc_test.go
136
nexty
*Y
146
p.
nexty
= head
152
for p := head; p != nil; p = p.
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;
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
249
final int
nexty
= (int) (Math.random() * yrange);
local
254
mSaverView.setY(
nexty
);
263
"y", mSaverView.getY(),
nexty
);
/external/opencv3/modules/imgproc/src/
convhull.cpp
74
_Tp
nexty
= array[pnext]->y;
local
75
_Tp by =
nexty
- cury;
Completed in 132 milliseconds