Searched refs:append_point_to_contour (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrTessellator.cpp622 void append_point_to_contour(const SkPoint& p, VertexList* contour, SkArenaAlloc& alloc) { function in namespace:__anon17043
640 append_point_to_contour(p2, contour, alloc);
667 append_point_to_contour(p3, contour, alloc);
699 append_point_to_contour(quad[i], contours, alloc);
723 append_point_to_contour(pts[0], contour, alloc);
726 append_point_to_contour(pts[1], contour, alloc);

Completed in 79 milliseconds