OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugShowActiveSpans
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
222
void
DebugShowActiveSpans
(SkTArray<SkOpContour*, true>& contourList) {
225
contourList[index]->
debugShowActiveSpans
();
726
DebugShowActiveSpans
(*contourList);
/external/skia/src/pathops/
SkPathOpsCommon.cpp
222
void
DebugShowActiveSpans
(SkTArray<SkOpContour*, true>& contourList) {
225
contourList[index]->
debugShowActiveSpans
();
724
DebugShowActiveSpans
(*contourList);
Completed in 168 milliseconds