• Home
  • Raw
  • Download

Lines Matching refs:devClipBounds

128                                                  SkIRect* devClipBounds) {  in GetShapeAndClipBounds()  argument
130 *devClipBounds = clip ? clip->getConservativeBounds() in GetShapeAndClipBounds()
138 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
163 const SkIRect& devClipBounds, in DrawAroundInvPath() argument
171 if (devClipBounds.fTop < devPathBounds.fTop) { in DrawAroundInvPath()
172 rect.setLTRB(SkIntToScalar(devClipBounds.fLeft), SkIntToScalar(devClipBounds.fTop), in DrawAroundInvPath()
173 SkIntToScalar(devClipBounds.fRight), SkIntToScalar(devPathBounds.fTop)); in DrawAroundInvPath()
177 if (devClipBounds.fLeft < devPathBounds.fLeft) { in DrawAroundInvPath()
178 rect.setLTRB(SkIntToScalar(devClipBounds.fLeft), SkIntToScalar(devPathBounds.fTop), in DrawAroundInvPath()
183 if (devClipBounds.fRight > devPathBounds.fRight) { in DrawAroundInvPath()
185 SkIntToScalar(devClipBounds.fRight), SkIntToScalar(devPathBounds.fBottom)); in DrawAroundInvPath()
189 if (devClipBounds.fBottom > devPathBounds.fBottom) { in DrawAroundInvPath()
190 rect.setLTRB(SkIntToScalar(devClipBounds.fLeft), SkIntToScalar(devPathBounds.fBottom), in DrawAroundInvPath()
191 SkIntToScalar(devClipBounds.fRight), SkIntToScalar(devClipBounds.fBottom)); in DrawAroundInvPath()
245 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
255 &devClipBounds)) { in onDrawPath()
259 devClipBounds, unclippedDevShapeBounds); in onDrawPath()
392 *args.fUserStencilSettings, args.fClip, *args.fViewMatrix, devClipBounds, in onDrawPath()