Searched defs:nextEdge (Results 1 – 4 of 4) sorted by relevance
204 int nextEdge(Contour& contour, Edge edge) { in nextEdge() function in OpAsWinding
188 const nextEdge = queue.pop() constant
253 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()