Searched refs:xpsCompatiblePath (Results 1 – 2 of 2) sorted by relevance
1620 SkPath* xpsCompatiblePath = fillablePath; in drawPath() local1632 xpsCompatiblePath = &modifiedPath; in drawPath()1635 if (!Simplify(*fillablePath, xpsCompatiblePath)) { in drawPath()1673 SkPath* devicePath = xpsCompatiblePath; in drawPath()1676 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()1677 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()
1630 SkPath* xpsCompatiblePath = fillablePath; in drawPath() local1642 xpsCompatiblePath = &modifiedPath; in drawPath()1645 if (!Simplify(*fillablePath, xpsCompatiblePath)) { in drawPath()1683 SkPath* devicePath = xpsCompatiblePath; in drawPath()1686 devicePath = pathIsMutable ? xpsCompatiblePath : &modifiedPath; in drawPath()1687 xpsCompatiblePath->transform(matrix, devicePath); in drawPath()