Home | History | Annotate | Download | only in effects

Lines Matching full:path

27     /** Called with the current distance along the path, with the current matrix
52 /** Dash by replicating the specified path.
53 @param path The path to replicate (dash)
54 @param advance The space between instances of path
55 @param phase distance (mod advance) along path for its initial position
56 @param style how to transform path at each point (based on the current
59 static SkPath1DPathEffect* Create(const SkPath& path, SkScalar advance, SkScalar phase,
61 return SkNEW_ARGS(SkPath1DPathEffect, (path, advance, phase, style));
71 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);