Searched refs:points_to_coords (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 82 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, in points_to_coords() function 113 points_to_coords(points, 0, 1, coords); in init_path_object_for_general_path() 124 points_to_coords(points, 1, 1, coords); in init_path_object_for_general_path() 134 points_to_coords(points, 1, 2, coords); in init_path_object_for_general_path() 145 points_to_coords(points, 1, 2, coords); in init_path_object_for_general_path() 156 points_to_coords(points, 1, 3, coords); in init_path_object_for_general_path()
|