Lines Matching full:path
49 - **SkPathEffect** - modifications to the geometry (path) before it generates an
130 - SkPath2DPathEffect: Stamp the specified path to fill the shape, using the
135 - SkLine2DPathEffect: a special case of SkPath2DPathEffect where the path is a
136 straight line to be stroked, not a path to be filled.
140 - SkPath1DPathEffect: create dash-like effects by replicating the specified path
141 along the drawn path.
145 - SkCornerPathEffect: a path effect that can turn sharp corners into various
150 - SkDashPathEffect: a path effect that implements dashing.
154 - SkDiscretePathEffect: This path effect chops a path into discrete segments,
160 pathEffect and the the outer pathEffect (i.e. outer(inner(path))).
165 sequence (i.e. first(path) + second(path)).