OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vtxidx
(Results
1 - 3
of
3
) sorted by null
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
209
int
vtxIdx
= 0;
212
idx[idxIdx + 0] = (short)(
vtxIdx
+ 0);
213
idx[idxIdx + 1] = (short)(
vtxIdx
+ 1);
214
idx[idxIdx + 2] = (short)(
vtxIdx
+ 2);
215
idx[idxIdx + 3] = (short)(
vtxIdx
+ 1);
216
idx[idxIdx + 4] = (short)(
vtxIdx
+ 3);
217
idx[idxIdx + 5] = (short)(
vtxIdx
+ 2);
219
vtxIdx
+= 2;
221
vtxIdx
+= 2;
/external/opencv/cvaux/src/
decomppoly.cpp
330
int
vtxIdx
,
344
if( edges[ mainEdgeIdx * 2 ] ==
vtxIdx
) {
345
x0 = contour[
vtxIdx
].x;
346
y0 = contour[
vtxIdx
].y;
355
//x0_end = contour[
vtxIdx
].x;
356
//y0_end = contour[
vtxIdx
].y;
357
x0 = contour[
vtxIdx
].x;
358
y0 = contour[
vtxIdx
].y;
368
( edges[ i * 2 ] ==
vtxIdx
|| edges[ i * 2 + 1 ] ==
vtxIdx
) )
[
all
...]
enmin.cpp
558
int
vtxIdx
= cvGraphVtxIdx( hlpGraph,
560
ofs =
vtxIdx
== v;
582
int
vtxIdx
= cvGraphVtxIdx( hlpGraph,
584
ofs =
vtxIdx
== v;
[
all
...]
Completed in 38 milliseconds