Lines Matching refs:unclippedDevShapeBounds
74 SkIRect* unclippedDevShapeBounds, in GetShapeAndClipBounds() argument
82 if (!get_unclipped_shape_dev_bounds(shape, matrix, unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
83 *unclippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds()
87 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
256 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
264 *args.fViewMatrix, &unclippedDevShapeBounds, in onDrawPath()
270 devClipBounds, unclippedDevShapeBounds); in onDrawPath()
278 int unclippedWidth = unclippedDevShapeBounds.width(); in onDrawPath()
279 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath()
288 boundsForMask = &unclippedDevShapeBounds; in onDrawPath()
390 unclippedDevShapeBounds); in onDrawPath()