Searched refs:walk_convex_edges (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Path.cpp | 244 static void walk_convex_edges(SkEdge* prevHead, SkPath::FillType, in walk_convex_edges() function 505 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, nullptr); in sk_fill_path() 744 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, nullptr); in sk_fill_triangle()
|