Searched defs:MonotonePoly (Results 1 – 2 of 2) sorted by relevance
471 struct GrTriangulator::MonotonePoly { struct472 MonotonePoly(Edge* edge, Side side, int winding) in MonotonePoly() function484 MonotonePoly* fPrev; argument485 MonotonePoly* fNext; argument497 MonotonePoly* fHead; argument
36 using MonotonePoly = GrTriangulator::MonotonePoly; typedef