Searched refs:DumpBoth (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathOpsDebug.cpp | 465 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth() function 483 DumpBoth(&q1q2, &q1q2); in DontCallDumpBoth() 484 DumpBoth(&q1k2, &k1q2); in DontCallDumpBoth() 485 DumpBoth(&q1c2, &c1q2); in DontCallDumpBoth() 486 DumpBoth(&k1q2, &q1k2); in DontCallDumpBoth() 487 DumpBoth(&k1k2, &k1k2); in DontCallDumpBoth() 488 DumpBoth(&k1c2, &c1k2); in DontCallDumpBoth() 489 DumpBoth(&c1q2, &q1c2); in DontCallDumpBoth() 490 DumpBoth(&c1k2, &k1c2); in DontCallDumpBoth() 491 DumpBoth(&c1c2, &c1c2); in DontCallDumpBoth()
|