Home | History | Annotate | Download | only in xps

Lines Matching full:devicepath

1343                                             const SkPath& devicePath,
1490 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO));
1832 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1833 fillablePath->transform(matrix, devicePath);
1836 *devicePath,
1872 SkPath* devicePath = fillablePath;
1875 devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1876 fillablePath->transform(matrix, devicePath);
1879 stroke, fill, *devicePath));