Searched refs:debugAddAngle (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 258 first->debugAddAngle(0, 1, &allocator); in DEF_TEST() 260 next->debugAddAngle(0, 1, &allocator); in DEF_TEST() 457 … seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator); in DEF_TEST() 459 … seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd, &allocator); in DEF_TEST() 461 … seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2 + 2].fTEnd, &allocator); in DEF_TEST() 475 void SkOpSegment::debugAddAngle(double startT, double endT, SkChunkAlloc* allocator) { in debugAddAngle() function in SkOpSegment
|
D | PathOpsAngleIdeas.cpp | 427 seg1->debugAddAngle(0, 1, allocator); in testQuadAngles() 429 seg2->debugAddAngle(0, 1, allocator); in testQuadAngles()
|
/external/skia/src/pathops/ |
D | SkOpSegment.h | 128 void debugAddAngle(double startT, double endT, SkChunkAlloc*);
|