Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp1056 bool GrTriangulator::checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, in checkForIntersection() function in GrTriangulator
1317 if (this->checkForIntersection( in simplify()
1319 this->checkForIntersection( in simplify()
1327 if (this->checkForIntersection(leftEnclosingEdge, rightEnclosingEdge, &activeEdges, in simplify()
DGrTriangulator.h165 bool checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, Vertex** current,