Searched refs:debugAddAngle (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 279 first->debugAddAngle(0, 1); in DEF_TEST() 281 next->debugAddAngle(0, 1); in DEF_TEST() 476 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd); in DEF_TEST() 478 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd); in DEF_TEST() 480 seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2 + 2].fTEnd); in DEF_TEST() 510 first->debugAddAngle(0, 1); in DEF_TEST() 512 next->debugAddAngle(0, 1); in DEF_TEST()
|
D | PathOpsAngleIdeas.cpp | 446 seg1->debugAddAngle(0, 1); in testQuadAngles() 448 seg2->debugAddAngle(0, 1); in testQuadAngles()
|
D | PathOpsDebug.cpp | 1548 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle() function in SkOpSegment
|
/external/skia/src/pathops/ |
D | SkOpSegment.h | 138 void debugAddAngle(double startT, double endT);
|