Home | History | Annotate | Download | only in xps

Lines Matching refs:devicePath

1391                                             const SkPath& devicePath,
1538 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO));
1859 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1860 fillablePath->transform(matrix, devicePath);
1863 *devicePath,
1899 SkPath* devicePath = fillablePath;
1902 devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1903 fillablePath->transform(matrix, devicePath);
1906 stroke, fill, *devicePath));