Searched refs:DumpBoth (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | PathOpsDebug.cpp | 448 void DumpBoth(SkTSect<TCurve, OppCurve>* sect1, SkTSect<OppCurve, TCurve>* sect2) { in DumpBoth() function 466 DumpBoth(&q1q2, &q1q2); in DontCallDumpBoth() 467 DumpBoth(&q1k2, &k1q2); in DontCallDumpBoth() 468 DumpBoth(&q1c2, &c1q2); in DontCallDumpBoth() 469 DumpBoth(&k1q2, &q1k2); in DontCallDumpBoth() 470 DumpBoth(&k1k2, &k1k2); in DontCallDumpBoth() 471 DumpBoth(&k1c2, &c1k2); in DontCallDumpBoth() 472 DumpBoth(&c1q2, &q1c2); in DontCallDumpBoth() 473 DumpBoth(&c1k2, &k1c2); in DontCallDumpBoth() 474 DumpBoth(&c1c2, &c1c2); in DontCallDumpBoth()
|