OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpSpans
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.h
188
static void
DumpSpans
(const SkTDArray<struct SkOpSpan *>& );
189
static void
DumpSpans
(const SkTDArray<struct SkOpSpan *>* );
221
void
DumpSpans
(const SkTArray<class SkOpContour, true>& contours);
222
void
DumpSpans
(const SkTArray<class SkOpContour* , true>& contours);
223
void
DumpSpans
(const SkTArray<class SkOpContour, true>* contours);
224
void
DumpSpans
(const SkTArray<class SkOpContour* , true>* contours);
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
344
fSegments[test].
dumpSpans
();
349
void SkOpContour::
dumpSpans
() const {
354
fSegments[test].
dumpSpans
();
478
test->
dumpSpans
();
509
void SkOpSegment::
dumpSpans
() const {
592
contours[index].
dumpSpans
();
599
contours[index]->
dumpSpans
();
617
void SkPathOpsDebug::
DumpSpans
(const SkTDArray<SkOpSpan *>& spans) {
741
SkPathOpsDebug::
DumpSpans
(chase);
745
SkPathOpsDebug::
DumpSpans
(*chase)
[
all
...]
Completed in 64 milliseconds