/external/opencv3/modules/imgproc/src/ |
D | subdivision2d.cpp | 62 int Subdiv2D::getEdge(int edge, int nextEdgeType) const in getEdge() function in cv::Subdiv2D 191 splice(edge, getEdge(edgeA, NEXT_AROUND_LEFT)); in connectEdges() 201 int a = getEdge(edge, PREV_AROUND_ORG); in swapEdges() 202 int b = getEdge(sedge, PREV_AROUND_ORG); in swapEdges() 209 splice(edge, getEdge(a, NEXT_AROUND_LEFT)); in swapEdges() 210 splice(sedge, getEdge(b, NEXT_AROUND_LEFT)); in swapEdges() 244 splice( edge, getEdge(edge, PREV_AROUND_ORG) ); in deleteEdge() 246 splice(sedge, getEdge(sedge, PREV_AROUND_ORG) ); in deleteEdge() 303 int dprev_edge = getEdge( edge, PREV_AROUND_DST ); in locate() 427 recentEdge = curr_edge = getEdge( curr_edge, PREV_AROUND_ORG ); in insert() [all …]
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 90 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId() 203 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function 204 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function 232 EdgeEntry &NE = getEdge(EId); in addConstructedEdge() 519 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts() 531 return getEdge(EId).Costs; in getEdgeCostsPtr() 538 return *getEdge(EId).Costs; in getEdgeCosts() 542 return getEdge(EId).Metadata; in getEdgeMetadata() 546 return getEdge(EId).Metadata; in getEdgeMetadata() 553 return getEdge(EId).getN1Id(); in getEdgeNode1Id() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btTriangleShape.h | 56 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16() 146 getEdge(i,pa,pb); in ATTRIBUTE_ALIGNED16()
|
D | btTetrahedronShape.h | 58 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.h | 53 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexPointCloudShape.h | 93 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
|
D | btConvexHullShape.h | 85 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const; in ATTRIBUTE_ALIGNED16()
|
D | btPolyhedralConvexShape.h | 61 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const = 0; in ATTRIBUTE_ALIGNED16()
|
D | btConvexPointCloudShape.cpp | 112 void btConvexPointCloudShape::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btConvexPointCloudShape
|
D | btTetrahedronShape.cpp | 113 void btBU_Simplex1to4::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btBU_Simplex1to4
|
D | btConvexHullShape.cpp | 143 void btConvexHullShape::getEdge(int i,btVector3& pa,btVector3& pb) const in getEdge() function in btConvexHullShape
|
D | btBoxShape.h | 183 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16()
|
D | btConvexTriangleMeshShape.cpp | 167 void btConvexTriangleMeshShape::getEdge(int ,btVector3& ,btVector3& ) const in getEdge() function in btConvexTriangleMeshShape
|
D | btBox2dShape.h | 241 virtual void getEdge(int i,btVector3& pa,btVector3& pb) const in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btPolyhedralConvexShape.java | 82 public void getEdge(int i, Vector3 pa, Vector3 pb) { in getEdge() method in btPolyhedralConvexShape
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_print.cpp | 594 ei.getEdge()->typeStr()); in visit() 610 ei.getEdge()->typeStr()); in visit()
|
D | nv50_ir_graph.h | 95 inline Edge *getEdge() const { return e; } in getEdge() function
|
D | nv50_ir_graph.cpp | 139 delete ei.getEdge(); in detach()
|
D | nv50_ir_bb.cpp | 310 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
|
/external/opencv3/samples/cpp/ |
D | delaunay2.cpp | 69 e = subdiv.getEdge(e, Subdiv2D::NEXT_AROUND_LEFT); in locate_point()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | SphereTriangleDetector.cpp | 133 m_triangle->getEdge(i,pa,pb); in collide()
|
D | btCollisionWorld.cpp | 1385 polyshape->getEdge(i,a,b); in debugDrawObject()
|
/external/opencv3/modules/java/src/ |
D | imgproc+Subdiv2D.java | 129 public int getEdge(int edge, int nextEdgeType) in getEdge() method in Subdiv2D
|
D | imgproc.cpp | 368 int _retval_ = me->getEdge( (int)edge, (int)nextEdgeType ); in Java_org_opencv_imgproc_Subdiv2D_getEdge_10()
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 911 CV_WRAP int getEdge( int edge, int nextEdgeType ) const;
|