OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edgeB
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollidePolygon.cpp
128
int32
edgeB
= 0;
129
float32 separationB = b2FindMaxSeparation(&
edgeB
, polyB, xfB, polyA, xfA);
146
edge1 =
edgeB
;
/external/opencv/cv/src/
cvsubdivision2d.cpp
127
cvSubdiv2DSplice( CvSubdiv2DEdge edgeA, CvSubdiv2DEdge
edgeB
)
130
CvSubdiv2DEdge *b_next = &CV_SUBDIV2D_NEXT_EDGE(
edgeB
);
191
cvSubdiv2DConnectEdges( CvSubdiv2D * subdiv, CvSubdiv2DEdge edgeA, CvSubdiv2DEdge
edgeB
)
207
cvSubdiv2DSplice( cvSubdiv2DSymEdge( new_edge ),
edgeB
);
210
orgB = cvSubdiv2DEdgeOrg(
edgeB
);
829
OPENCVAPI void cvSubdiv2DSplice( CvSubdiv2DEdge edgeA, CvSubdiv2DEdge
edgeB
);
844
CvSubdiv2DEdge
edgeB
);
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBox2dBox2dCollisionAlgorithm.cpp
315
int
edgeB
= 0;
316
btScalar separationB = FindMaxSeparation(&
edgeB
, polyB, xfB, polyA, xfA);
335
edge1 =
edgeB
;
/external/opencv3/modules/imgproc/src/
subdivision2d.cpp
167
void Subdiv2D::splice( int edgeA, int
edgeB
)
170
int& b_next = qedges[
edgeB
>> 2].next[
edgeB
& 3];
187
int Subdiv2D::connectEdges( int edgeA, int
edgeB
)
192
splice(symEdge(edge),
edgeB
);
194
setEdgePoints(edge, edgeDst(edgeA), edgeOrg(
edgeB
));
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPolyhedralContactClipping.cpp
313
int
edgeB
=-1;
356
edgeB
=e1;
367
if (edgeA>=0&&
edgeB
>=0)
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
Completed in 2008 milliseconds