Searched defs:hull (Results 1 – 7 of 7) sorted by relevance
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_util_DebugShapeFactory.cpp | 104 btShapeHull* hull = new btShapeHull(convexShape); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices() local 110 btShapeHull* hull = (btShapeHull*) convexShape->getUserPointer(); in Java_com_jme3_bullet_util_DebugShapeFactory_getVertices() local
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
D | DebugShapeFactory.java | 162 ShapeHull hull = new ShapeHull(convexShape); in getVertices() local 170 ShapeHull hull = (ShapeHull) convexShape.getUserPointer(); in getVertices() local
|
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local 536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local
|
D | cvcalibinit.cpp | 1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 151 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local
|
/external/skia/src/pathops/ |
D | SkDQuadIntersection.cpp | 151 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local
|
/external/opencv/cv/include/ |
D | cvcompat.h | 384 int orientation, int* hull, int* hullsize ) in cvConvexHull() 399 orientation, hull, hullsize ) \ argument
|