Lines Matching refs:devClipBounds
74 SkIRect* devClipBounds) { in GetShapeAndClipBounds() argument
78 devClipBounds); in GetShapeAndClipBounds()
85 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
113 const SkIRect& devClipBounds, in DrawAroundInvPath() argument
121 if (devClipBounds.fTop < devPathBounds.fTop) { in DrawAroundInvPath()
122 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath()
123 devClipBounds.fRight, devPathBounds.fTop); in DrawAroundInvPath()
127 if (devClipBounds.fLeft < devPathBounds.fLeft) { in DrawAroundInvPath()
128 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath()
133 if (devClipBounds.fRight > devPathBounds.fRight) { in DrawAroundInvPath()
135 devClipBounds.fRight, devPathBounds.fBottom); in DrawAroundInvPath()
139 if (devClipBounds.fBottom > devPathBounds.fBottom) { in DrawAroundInvPath()
140 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom, in DrawAroundInvPath()
141 devClipBounds.fRight, devClipBounds.fBottom); in DrawAroundInvPath()
253 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
263 &devClipBounds)) { in onDrawPath()
267 devClipBounds, unclippedDevShapeBounds); in onDrawPath()
382 *args.fUserStencilSettings, *args.fClip, *args.fViewMatrix, devClipBounds, in onDrawPath()