OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugSpans
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
443
const SkTDArray<SkOpSpan>& SkOpSegment::
debugSpans
() const {
643
const SkOpSpan* first = candidate->
debugSpans
().begin();
644
const SkOpSpan* last = candidate->
debugSpans
().end() - 1;
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h
375
const SkTDArray<SkOpSpan>&
debugSpans
() const;
Completed in 61 milliseconds