Searched refs:devPathIBounds (Results 1 – 2 of 2) sorted by relevance
437 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument448 if (clipIBounds.contains(devPathIBounds)) { in renderDeviceSpacePathInAtlas()449 clippedPathIBounds = devPathIBounds; in renderDeviceSpacePathInAtlas()451 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas()
93 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds,