Home
last modified time | relevance | path

Searched defs:Edge (Results 1 – 25 of 35) sorted by relevance

12

/external/skia/src/core/
DSkRegion_path.cpp380 struct Edge { struct
391 Edge* fNext; argument
408 static void find_link(Edge* base, Edge* stop) { in find_link() argument
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DEdge.java27 public abstract class Edge { class
31 protected Edge(NodeId fromId, NodeId toId) { in Edge() method in Edge
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtConvexHullComputer.java60 static public class Edge extends BulletBase { class in btConvexHullComputer
63 protected Edge(final String className, long cPtr, boolean cMemoryOwn) { in Edge() method in btConvexHullComputer.Edge
69 public Edge(long cPtr, boolean cMemoryOwn) { in Edge() method in btConvexHullComputer.Edge
126 public Edge() { in Edge() method in btConvexHullComputer.Edge
/external/skia/src/gpu/
DGrTessellator.cpp231 struct Edge { struct
232 Edge(Vertex* top, Vertex* bottom, int winding) in Edge() argument
246 int fWinding; // 1 == edge goes downward; -1 = edge goes upward.
247 Vertex* fTop; // The top vertex in vertex-sort-order (sweep_lt).
248 Vertex* fBottom; // The bottom vertex in vertex-sort-order.
249 Edge* fLeft; // The linked list of edges in the active edge list.
250 Edge* fRight; // "
251 Edge* fPrevEdgeAbove; // The linked list of edges in the bottom Vertex's "edges above".
252 Edge* fNextEdgeAbove; // "
253 Edge* fPrevEdgeBelow; // The linked list of edges in the top Vertex's "edges below".
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h396 struct Edge { struct
410 Edge edges_[BV::kSize * 32]; argument
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp136 struct Edge { struct
138 Value *From;
141 Value *To;
144 EdgeType Weight;
149 StratifiedAttrs AdditionalAttrs;
151 Edge(Value *From, Value *To, EdgeType W, StratifiedAttrs A) in Edge() argument
504 struct Edge { struct in __anon9e0591c90111::WeightedBidirectionalGraph
505 EdgeTypeT Weight;
506 Node Other;
508 Edge(const EdgeTypeT &W, const Node &N) : Weight(W), Other(N) {} in Edge() argument
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DEdge.java37 class Edge { class
/external/skia/include/utils/
DSkBoundaryPatch.h19 enum Edge { enum
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
DShape.java28 Circle, Polygon, Edge, Chain, enumConstant
/external/v8/src/compiler/
Dverifier.h15 class Edge; variable
Dnode.h18 class Edge; variable
322 friend class Edge; variable
376 Edge(Node::Use* use, Node** input_ptr) : use_(use), input_ptr_(input_ptr) { in Edge() function
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtAxisSweep3InternalInt.java61 static public class Edge extends BulletBase { class in btAxisSweep3InternalInt
64 protected Edge(final String className, long cPtr, boolean cMemoryOwn) { in Edge() method in btAxisSweep3InternalInt.Edge
70 public Edge(long cPtr, boolean cMemoryOwn) { in Edge() method in btAxisSweep3InternalInt.Edge
124 public Edge() { in Edge() method in btAxisSweep3InternalInt.Edge
DbtAxisSweep3InternalShort.java61 static public class Edge extends BulletBase { class in btAxisSweep3InternalShort
64 protected Edge(final String className, long cPtr, boolean cMemoryOwn) { in Edge() method in btAxisSweep3InternalShort.Edge
70 public Edge(long cPtr, boolean cMemoryOwn) { in Edge() method in btAxisSweep3InternalShort.Edge
124 public Edge() { in Edge() method in btAxisSweep3InternalShort.Edge
/external/v8/tools/turbolizer/
Dedge.js11 var Edge = function(target, index, source, type) { class
/external/llvm/include/llvm/Analysis/
DBranchProbabilityInfo.h128 typedef std::pair<const BasicBlock *, unsigned> Edge; typedef
DSparsePropagation.h128 typedef std::pair<BasicBlock*,BasicBlock*> Edge; typedef
DLoopInfo.h222 typedef std::pair<const BlockT*, const BlockT*> Edge; typedef
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
DShape.java33 Circle, Edge, Polygon, Chain, enumConstant
/external/llvm/lib/IR/
DGCOV.cpp184 GCOVEdge *Edge = Edges.back().get(); in readGCNO() local
404 for (const GCOVEdge *Edge : SrcEdges) in dump() local
410 for (const GCOVEdge *Edge : DstEdges) in dump() local
721 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo() local
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h30 typedef std::pair<const T*, const T*> Edge; typedef
DGCOVProfiling.cpp607 unsigned Edge = 0; in emitProfileArcs() local
729 unsigned Edge = 0; in buildEdgeLookupTable() local
/external/llvm/include/llvm/Support/
DGCOV.h324 void addSrcEdge(GCOVEdge *Edge) { in addSrcEdge()
328 void addDstEdge(GCOVEdge *Edge) { in addDstEdge()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) in Edge() function in nv50_ir::Graph::Edge
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp539 if (const SDep *Edge = CriticalPathStep(CriticalPathSU)) { in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp830 const SDep *Edge = Edges[i]; in BreakAntiDependencies() local

12