Home | History | Annotate | Download | only in gpu

Lines Matching refs:get_direction

215 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) {
277 // get_direction can fail for some degenerate paths.
278 if (!get_direction(path, m, &dir)) {