Lines Matching refs:clippedPathIBounds
362 SkIRect clippedPathIBounds; in renderShapeInAtlas() local
363 if (!this->placeRenderedPathInAtlas(clipIBounds, *devIBounds, &scissorTest, &clippedPathIBounds, in renderShapeInAtlas()
372 clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
378 scissorTest, clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
393 SkIRect clippedPathIBounds; in renderDeviceSpacePathInAtlas() local
395 &clippedPathIBounds, devToAtlasOffset)) { in renderDeviceSpacePathInAtlas()
400 clippedPathIBounds, *devToAtlasOffset); in renderDeviceSpacePathInAtlas()
407 SkIRect* clippedPathIBounds, in placeRenderedPathInAtlas() argument
410 *clippedPathIBounds = pathIBounds; in placeRenderedPathInAtlas()
412 } else if (clippedPathIBounds->intersect(clipIBounds, pathIBounds)) { in placeRenderedPathInAtlas()
419 fRenderedAtlasStack.addRect(*clippedPathIBounds, devToAtlasOffset)) { in placeRenderedPathInAtlas()