OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:walk_edges
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkScan_Path.cpp
114
static void
walk_edges
(SkEdge* prevHead, SkPath::FillType fillType,
function
506
walk_edges
(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
697
//
walk_edges
(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);
/external/skia/src/core/
SkScan_Path.cpp
114
static void
walk_edges
(SkEdge* prevHead, SkPath::FillType fillType,
function
506
walk_edges
(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc);
697
//
walk_edges
(&headEdge, SkPath::kEvenOdd_FillType, blitter, start_y, stop_y, NULL);
Completed in 74 milliseconds