OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_rot
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
171
int
a_rot
= rotateEdge(a_next, 1);
local
173
int& a_rot_next = qedges[
a_rot
>> 2].next[
a_rot
& 3];
/external/opencv/cv/src/
cvsubdivision2d.cpp
131
CvSubdiv2DEdge
a_rot
= cvSubdiv2DRotateEdge( *a_next, 1 );
local
133
CvSubdiv2DEdge *a_rot_next = &CV_SUBDIV2D_NEXT_EDGE(
a_rot
);
Completed in 3489 milliseconds