Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc50 static bool IsReachable(Edges *edges, int from, int to, in IsReachable()
67 static void PrintEdges(Edges *edges) { in PrintEdges()
89 static void PrintTransitiveClosure(Nodes *nodes, Edges *edges) { in PrintTransitiveClosure()
115 static void CheckTransitiveClosure(Nodes *nodes, Edges *edges, const IdMap &id, in CheckTransitiveClosure()
136 static void CheckEdges(Nodes *nodes, Edges *edges, const IdMap &id, in CheckEdges()
176 static int RandomEdge(RandomEngine* rng, Edges *edges) { in RandomEdge()
182 static int EdgeIndex(Edges *edges, int from, int to) { in EdgeIndex()
194 Edges edges; // from, to in TEST() local
/third_party/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp40 SkScalar edges[3 * kMaxEdges]; in Make() local
148 const float edges[]) in GrConvexPolyEffect()
192 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const float edges[]) { in Make()
/third_party/flutter/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp118 SkScalar edges[3 * kMaxEdges]; in Make() local
183 GrConvexPolyEffect::GrConvexPolyEffect(GrClipEdgeType edgeType, int n, const SkScalar edges[]) in GrConvexPolyEffect()
222 SkScalar edges[kMaxEdges * 3]; in TestCreate() local
DGrConvexPolyEffect.h42 const SkScalar edges[]) { in Make()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dgraphviz.py45 def WriteGraph(edges): argument
/third_party/node/tools/gyp/tools/
Dgraphviz.py45 def WriteGraph(edges): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcontrol_dependence.cpp177 std::vector<ControlDependence> edges; in TEST() local
278 std::vector<ControlDependence> edges; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcontrol_dependence.cpp177 std::vector<ControlDependence> edges; in TEST() local
278 std::vector<ControlDependence> edges; in TEST() local
/third_party/mesa3d/src/util/
Ddag.h45 struct util_dynarray edges; member
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.c206 AF_Edge edges; in af_axis_hints_new_edge() local
390 AF_Edge edges = axis->edges; in af_get_edge_index() local
404 AF_Edge edges = axis->edges; in af_get_strong_edge_index() local
543 AF_Edge edges = axis->edges; in af_glyph_hints_dump_segments() local
681 AF_Edge edges = axis->edges; in af_glyph_hints_dump_edges() local
1395 AF_Edge edges = axis->edges; in af_glyph_hints_align_strong_points() local
/third_party/freetype/src/autofit/
Dafhints.c206 AF_Edge edges; in af_axis_hints_new_edge() local
390 AF_Edge edges = axis->edges; in af_get_edge_index() local
404 AF_Edge edges = axis->edges; in af_get_strong_edge_index() local
543 AF_Edge edges = axis->edges; in af_glyph_hints_dump_segments() local
681 AF_Edge edges = axis->edges; in af_glyph_hints_dump_edges() local
1395 AF_Edge edges = axis->edges; in af_glyph_hints_align_strong_points() local
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafhints.c108 AF_Edge edges; in af_axis_hints_new_edge() local
292 AF_Edge edges = axis->edges; in af_get_edge_index() local
306 AF_Edge edges = axis->edges; in af_get_strong_edge_index() local
445 AF_Edge edges = axis->edges; in af_glyph_hints_dump_segments() local
583 AF_Edge edges = axis->edges; in af_glyph_hints_dump_edges() local
1300 AF_Edge edges = axis->edges; in af_glyph_hints_align_strong_points() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_test.cc165 void GetLeafEdges(const CordRepBtree* tree, std::vector<CordRep*>& edges) { in GetLeafEdges()
179 std::vector<CordRep*> edges; in GetLeafEdges() local
438 absl::Span<CordRep* const> edges = result->Edges(); in TEST_P() local
452 absl::Span<CordRep* const> edges = result->Edges(); in TEST_P() local
481 std::vector<CordRep*> edges = GetLeafEdges(result); in TEST_P() local
512 std::vector<CordRep*> edges = GetLeafEdges(result); in TEST_P() local
542 std::vector<CordRep*> edges = GetLeafEdges(result); in TEST_P() local
573 std::vector<CordRep*> edges = GetLeafEdges(result); in TEST_P() local
714 absl::Span<CordRep* const> edges = tree->Edges(); in RefEdgesAt() local
/third_party/ffmpeg/libavcodec/ppc/
Dh264qpel.c220 vec_u8 tmp1, tmp2, mask, edges, align; in put_pixels16_l2_altivec() local
261 vec_u8 tmp1, tmp2, mask, edges, align; in avg_pixels16_l2_altivec() local
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_regexes.py9 def _ind(text, level=1, edges='both'): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcontrol_dependence.cpp114 ControlDependenceList& edges = reverse_nodes_[label]; in ComputePostDominanceFrontierForNode() local
Ddominator_tree.cpp294 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument
338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcontrol_dependence.cpp114 ControlDependenceList& edges = reverse_nodes_[label]; in ComputePostDominanceFrontierForNode() local
Ddominator_tree.cpp294 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument
338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
/third_party/spirv-tools/source/opt/
Dcontrol_dependence.cpp114 ControlDependenceList& edges = reverse_nodes_[label]; in ComputePostDominanceFrontierForNode() local
Ddominator_tree.cpp294 std::vector<std::pair<BasicBlock*, BasicBlock*>>* edges) { in GetDominatorEdges() argument
338 std::vector<std::pair<BasicBlock*, BasicBlock*>> edges; in InitializeTree() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h355 EdgeView<false> edges() { return EdgeView<false>(*this); } in edges() function
357 EdgeView<true> edges() const { return EdgeView<true>(*this); } in edges() function
/third_party/skia/tests/
DFontTest.cpp71 const SkFont::Edging edges[] = { in DEF_TEST() local
/third_party/ffmpeg/libavutil/ppc/
Dfloat_dsp_altivec.c78 vec_f d, ss0, ss1, ss2, t0, t1, edges; in ff_vector_fmul_add_altivec() local

1234