Searched refs:unclippedDevShapeBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrSoftwarePathRenderer.cpp | 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() [all …]
|
D | GrBlurUtils.cpp | 237 SkIRect* unclippedDevShapeBounds, in get_shape_and_clip_bounds() argument 244 if (!get_unclipped_shape_dev_bounds(shape, matrix, unclippedDevShapeBounds)) { in get_shape_and_clip_bounds() 245 *unclippedDevShapeBounds = SkIRect::EmptyIRect(); in get_shape_and_clip_bounds() 295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local 297 &unclippedDevShapeBounds, in draw_shape_with_mask_filter() 317 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, devClipBounds, in draw_shape_with_mask_filter() 319 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, unclippedDevShapeBounds, in draw_shape_with_mask_filter() 336 boundsForClip = &unclippedDevShapeBounds; in draw_shape_with_mask_filter() 380 unclippedDevShapeBounds, in draw_shape_with_mask_filter()
|
D | GrSoftwarePathRenderer.h | 31 SkIRect* unclippedDevShapeBounds,
|
/external/skqp/src/gpu/ |
D | GrSoftwarePathRenderer.cpp | 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() [all …]
|
D | GrBlurUtils.cpp | 237 SkIRect* unclippedDevShapeBounds, in get_shape_and_clip_bounds() argument 244 if (!get_unclipped_shape_dev_bounds(shape, matrix, unclippedDevShapeBounds)) { in get_shape_and_clip_bounds() 245 *unclippedDevShapeBounds = SkIRect::EmptyIRect(); in get_shape_and_clip_bounds() 295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local 297 &unclippedDevShapeBounds, in draw_shape_with_mask_filter() 317 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, devClipBounds, in draw_shape_with_mask_filter() 319 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, unclippedDevShapeBounds, in draw_shape_with_mask_filter() 336 boundsForClip = &unclippedDevShapeBounds; in draw_shape_with_mask_filter() 380 unclippedDevShapeBounds, in draw_shape_with_mask_filter()
|
D | GrSoftwarePathRenderer.h | 31 SkIRect* unclippedDevShapeBounds,
|