Searched refs:poly_to_point (Results 1 – 1 of 1) sorted by relevance
1263 static inline bool poly_to_point(SkPoint* pt, const SkPoint poly[], int count) { in poly_to_point() function1402 static inline bool poly_to_point(SkPoint* pt, const SkPoint poly[], int count) { in poly_to_point() function1553 if (!poly_to_point(&scale, src, count) || in setPolyToPoly()