Searched refs:ValidDashPath (Results 1 – 3 of 3) sorted by relevance
53 bool ValidDashPath(SkScalar phase, const SkScalar intervals[], int32_t count);
460 if (!ValidDashPath(info.fPhase, info.fIntervals, info.fCount)) { in FilterDashPath()472 bool SkDashPath::ValidDashPath(SkScalar phase, const SkScalar intervals[], int32_t count) { in ValidDashPath() function in SkDashPath
409 if (!SkDashPath::ValidDashPath(phase, intervals, count)) { in Make()