OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugShowActiveSpans
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.h
28
void
DebugShowActiveSpans
(SkTArray<SkOpContour*, true>& contourList);
SkPathOpsSimplify.cpp
94
DebugShowActiveSpans
(contourList);
114
DebugShowActiveSpans
(contourList);
151
DebugShowActiveSpans
(contourList);
SkPathOpsOp.cpp
173
DebugShowActiveSpans
(contourList);
218
DebugShowActiveSpans
(contourList);
SkPathOpsCommon.cpp
222
void
DebugShowActiveSpans
(SkTArray<SkOpContour*, true>& contourList) {
225
contourList[index]->
debugShowActiveSpans
();
726
DebugShowActiveSpans
(*contourList);
Completed in 566 milliseconds