Lines Matching refs:result
37 SkPath result;
38 builder.resolve(&result);
48 SkPath result;
52 result = path;
54 Simplify(path, &result);
72 SkPath result;
76 result = path;
78 result = path2;
80 Op(path, path2, op, &result);
90 SkPath result;
94 result = path;
96 AsWinding(path, &result);
106 SkRect result;
107 TightBounds(path, &result);
200 SkPath result;
201 builder.resolve(&result);