Searched refs:xpsCompatiblePath (Results 1 – 1 of 1) sorted by relevance
1678 SkPath* xpsCompatiblePath = fillablePath; in drawPath() local1690 xpsCompatiblePath = &modifiedPath; in drawPath()1693 if (!Simplify(*fillablePath, xpsCompatiblePath)) { in drawPath()1731 SkPath* devicePath = xpsCompatiblePath; in drawPath()1734 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()1735 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()