Home | History | Annotate | Download | only in tests

Lines Matching defs:dumpAll

361         contour->dumpAll();
705 void DumpAll(const SkTSpan<TCurve, OppCurve>* span) {
706 span->dumpAll();
720 DumpAll(&q1q2);
721 DumpAll(&q1k2);
722 DumpAll(&q1c2);
723 DumpAll(&k1q2);
724 DumpAll(&k1k2);
725 DumpAll(&k1c2);
726 DumpAll(&c1q2);
727 DumpAll(&c1k2);
728 DumpAll(&c1c2);
988 void SkOpPtT::dumpAll() const {
1049 void SkOpSpanBase::dumpAll() const {
1051 this->fPtT.dumpAll();
1162 void SkOpSegment::dumpAll() const {
1168 span->dumpAll();
1288 void SkOpContour::dumpAll() const {
1297 segment->dumpAll();