Searched refs:calcAngles (Results 1 – 4 of 4) sorted by relevance
397 static void calcAngles(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in calcAngles() function400 contour->calcAngles(allocator); in calcAngles()454 calcAngles(contourList, allocator); in HandleCoincidence()
90 void calcAngles(SkChunkAlloc* allocator) { in calcAngles() function94 segment->calcAngles(allocator); in calcAngles()
110 void calcAngles(SkChunkAlloc*);
325 void SkOpSegment::calcAngles(SkChunkAlloc* allocator) { in calcAngles() function in SkOpSegment