Lines Matching refs:unclippedDevShapeBounds
72 SkIRect* unclippedDevShapeBounds, in GetShapeAndClipBounds() argument
80 if (!get_unclipped_shape_dev_bounds(shape, matrix, unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
81 *unclippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds()
85 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
253 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
261 *args.fViewMatrix, &unclippedDevShapeBounds, in onDrawPath()
267 devClipBounds, unclippedDevShapeBounds); in onDrawPath()
275 int unclippedWidth = unclippedDevShapeBounds.width(); in onDrawPath()
276 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath()
285 boundsForMask = &unclippedDevShapeBounds; in onDrawPath()
383 unclippedDevShapeBounds); in onDrawPath()