Searched refs:xpsCompatiblePath (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1695 SkPath* xpsCompatiblePath = fillablePath; local
1707 xpsCompatiblePath = &modifiedPath;
1710 if (!Simplify(*fillablePath, xpsCompatiblePath)) {
1715 // The xpsCompatiblePath is noW inverse even odd, so fall through.
1748 SkPath* devicePath = xpsCompatiblePath;
1751 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath;
1752 xpsCompatiblePath->transform(matrix, devicePath);

Completed in 27 milliseconds