Searched defs:debugAddAngle (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathOpsAngleTest.cpp258 first->debugAddAngle(0, 1, &allocator);
260 next->debugAddAngle(0, 1, &allocator);
457 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator);
459 seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd, &allocator);
461 seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2 + 2].fTEnd, &allocator);
475 void SkOpSegment::debugAddAngle(double startT, double endT, SkChunkAlloc* allocator) { function in class:SkOpSegment

Completed in 293 milliseconds