Searched defs:nextEdge (Results 1 – 5 of 5) sorted by relevance
77 Edge nextEdge; field in Edge86 Edge(final int info, final Label successor, final Edge nextEdge) { in Edge()
324 Edge nextEdge = new Edge(lastEdge); in advance() local
245 int nextEdge(Contour& contour, Edge edge) { in nextEdge() function in OpAsWinding
256 SSEdge* nextEdge = fEdge->fNext->fNext; in apply() local
1051 static bool is_smooth_enough(SkAnalyticEdge* thisEdge, SkAnalyticEdge* nextEdge, int stop_y) { in is_smooth_enough()