Searched refs:append_point_to_contour (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 464 Vertex* append_point_to_contour(const SkPoint& p, Vertex* prev, Vertex** head, in append_point_to_contour() function 490 return append_point_to_contour(p2, prev, head, alloc); in generate_quadratic_points() 518 return append_point_to_contour(p3, prev, head, alloc); in generate_cubic_points() 552 prev = append_point_to_contour(quad[i], prev, &head, alloc); in path_to_contours() 582 prev = append_point_to_contour(pts[0], prev, &head, alloc); in path_to_contours() 585 prev = append_point_to_contour(pts[1], prev, &head, alloc); in path_to_contours()
|