Home | History | Annotate | Download | only in gpu

Lines Matching refs:split_edge

847 void split_edge(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc);
856 split_edge(edge->fLeft, edge->fTop, activeEdges, c, alloc);
858 split_edge(edge, leftTop, activeEdges, c, alloc);
861 split_edge(edge->fLeft, bottom, activeEdges, c, alloc);
863 split_edge(edge, leftBottom, activeEdges, c, alloc);
870 split_edge(edge->fRight, top, activeEdges, c, alloc);
872 split_edge(edge, rightTop, activeEdges, c, alloc);
875 split_edge(edge->fRight, bottom, activeEdges, c, alloc);
878 split_edge(edge, rightBottom, activeEdges, c, alloc);
883 void split_edge(Edge* edge, Vertex* v, EdgeList* activeEdges, Comparator& c, SkChunkAlloc& alloc) {
928 split_edge(other, edge->fTop, activeEdges, c, alloc);
931 split_edge(other, edge->fBottom, activeEdges, c, alloc);
934 split_edge(edge, other->fTop, activeEdges, c, alloc);
937 split_edge(edge, other->fBottom, activeEdges, c, alloc);
965 split_edge(edge, v, activeEdges, c, alloc);
966 split_edge(other, v, activeEdges, c, alloc);