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