Home
last modified time | relevance | path

Searched defs:hull (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_util_DebugShapeFactory.cpp104 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/
DDebugShapeFactory.java162 ShapeHull hull = new ShapeHull(convexShape); in getVertices() local
170 ShapeHull hull = (ShapeHull) convexShape.getUserPointer(); in getVertices() local
/external/opencv/cv/src/
Dcvconvhull.cpp231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local
536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local
Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local
/external/chromium_org/third_party/skia/src/pathops/
DSkDQuadIntersection.cpp151 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local
/external/skia/src/pathops/
DSkDQuadIntersection.cpp151 SkDQuad hull = q1.subDivide(t1s, t1e); in is_linear_inner() local
/external/opencv/cv/include/
Dcvcompat.h384 int orientation, int* hull, int* hullsize ) in cvConvexHull()
399 orientation, hull, hullsize ) \ argument