Home
last modified time | relevance | path

Searched refs:checkForIntersection (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrTriangulator.cpp954 bool GrTriangulator::checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, in checkForIntersection() function in GrTriangulator
1219 if (this->checkForIntersection( in simplify()
1221 this->checkForIntersection( in simplify()
1229 if (this->checkForIntersection(leftEnclosingEdge, rightEnclosingEdge, &activeEdges, in simplify()
DGrTriangulator.h162 bool checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, Vertex** current,