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