Searched refs:xpsCompatiblePath (Results 1 – 1 of 1) sorted by relevance
1693 SkPath* xpsCompatiblePath = fillablePath; in drawPath() local1705 xpsCompatiblePath = &modifiedPath; in drawPath()1708 if (!Simplify(*fillablePath, xpsCompatiblePath)) { in drawPath()1746 SkPath* devicePath = xpsCompatiblePath; in drawPath()1749 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()1750 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()