Searched refs:walk_convex_edges (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkScan_Path.cpp210 static void walk_convex_edges(SkEdge* prevHead, SkPath::FillType, function
471 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, nullptr);
730 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, nullptr);
/external/skqp/src/core/
H A DSkScan_Path.cpp209 static void walk_convex_edges(SkEdge* prevHead, SkPath::FillType, function
466 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, nullptr);
751 walk_convex_edges(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, nullptr);

Completed in 4511 milliseconds