Searched refs:split_edge (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellatingPathRenderer.cpp | 847 void split_edge(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc); 856 split_edge(edge->fLeft, edge->fTop, activeEdges, c, alloc); in cleanup_active_edges() 858 split_edge(edge, leftTop, activeEdges, c, alloc); in cleanup_active_edges() 861 split_edge(edge->fLeft, bottom, activeEdges, c, alloc); in cleanup_active_edges() 863 split_edge(edge, leftBottom, activeEdges, c, alloc); in cleanup_active_edges() 870 split_edge(edge->fRight, top, activeEdges, c, alloc); in cleanup_active_edges() 872 split_edge(edge, rightTop, activeEdges, c, alloc); in cleanup_active_edges() 875 split_edge(edge->fRight, bottom, activeEdges, c, alloc); in cleanup_active_edges() 878 split_edge(edge, rightBottom, activeEdges, c, alloc); in cleanup_active_edges() 883 void split_edge(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc) { in split_edge() function [all …]
|
/external/v8/src/ |
D | hydrogen.cc | 814 HBasicBlock* split_edge = builder()->CreateBasicBlock(env->Copy()); in AddCompare() local 816 compare->SetSuccessorAt(0, split_edge); in AddCompare() 820 compare->SetSuccessorAt(1, split_edge); in AddCompare() 822 builder()->GotoNoSimulate(split_edge, split_edge_merge_block_); in AddCompare()
|