Lines Matching full:path
41 // gets device coord bounds of path (not considering the fill) and clip. The
42 // path bounds will be a subset of the clip bounds. returns false if
43 // path bounds would be empty.
46 const SkPath& path,
50 // compute bounds as intersection of rt size, clip, and path
63 if (!path.getBounds().isEmpty()) {
65 matrix.mapRect(&pathSBounds, path.getBounds());
70 // set the correct path bounds, as this would be used later.
124 const SkPath& path,
132 if (!get_path_and_clip_bounds(target, pipelineBuilder, path, viewMatrix, &devPathBounds,
134 if (path.isInverseFillType()) {
142 GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(),
153 if (path.isInverseFillType()) {