Home
last modified time | relevance | path

Searched refs:DumpAll (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsDebug.cpp672 void DumpAll(const SkTSpan<TCurve, OppCurve>* span) { in DumpAll() function
687 DumpAll(&q1q2); in DontCallDumpSpanAll()
688 DumpAll(&q1k2); in DontCallDumpSpanAll()
689 DumpAll(&q1c2); in DontCallDumpSpanAll()
690 DumpAll(&k1q2); in DontCallDumpSpanAll()
691 DumpAll(&k1k2); in DontCallDumpSpanAll()
692 DumpAll(&k1c2); in DontCallDumpSpanAll()
693 DumpAll(&c1q2); in DontCallDumpSpanAll()
694 DumpAll(&c1k2); in DontCallDumpSpanAll()
695 DumpAll(&c1c2); in DontCallDumpSpanAll()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc96 void DumpAll();
801 void CoverageData::DumpAll() { in DumpAll() function in __sanitizer::CoverageData
893 coverage_data.DumpAll(); in __sanitizer_cov_dump()