Searched refs:calcAngles (Results 1 – 4 of 4) sorted by relevance
404 static void calcAngles(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in calcAngles() function407 contour->calcAngles(allocator); in calcAngles()525 calcAngles(contourList, allocator); in HandleCoincidence()
98 void calcAngles(SkChunkAlloc* allocator) { in calcAngles() function102 segment->calcAngles(allocator); in calcAngles()
116 void calcAngles(SkChunkAlloc*);
411 void SkOpSegment::calcAngles(SkChunkAlloc* allocator) { in calcAngles() function in SkOpSegment