Searched refs:checkForIntersection (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/gpu/geometry/ |
D | GrTriangulator.cpp | 1056 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()
|
D | GrTriangulator.h | 165 bool checkForIntersection(Edge* left, Edge* right, EdgeList* activeEdges, Vertex** current,
|