Searched refs:points_to_coords (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 90 inline void points_to_coords(const SkPoint points[], size_t first_point, size_t amount, in points_to_coords() function 121 points_to_coords(points, 0, 1, coords); in init_path_object_for_general_path() 132 points_to_coords(points, 1, 1, coords); in init_path_object_for_general_path() 142 points_to_coords(points, 1, 2, coords); in init_path_object_for_general_path() 153 points_to_coords(points, 1, 2, coords); in init_path_object_for_general_path() 164 points_to_coords(points, 1, 3, coords); in init_path_object_for_general_path()
|