Searched refs:clippedDevShapeBounds (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrSoftwarePathRenderer.cpp | 75 SkIRect* clippedDevShapeBounds, in GetShapeAndClipBounds() argument 84 *clippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds() 87 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds() 88 *clippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds() 256 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local 265 &clippedDevShapeBounds, in onDrawPath() 275 const SkIRect* boundsForMask = &clippedDevShapeBounds; in onDrawPath() 281 int64_t clippedArea = sk_64_mul(clippedDevShapeBounds.width(), in onDrawPath() 282 clippedDevShapeBounds.height()); in onDrawPath()
|
D | GrSoftwarePathRenderer.h | 32 SkIRect* clippedDevShapeBounds,
|
/external/skqp/src/gpu/ |
D | GrSoftwarePathRenderer.cpp | 73 SkIRect* clippedDevShapeBounds, in GetShapeAndClipBounds() argument 82 *clippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds() 85 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds() 86 *clippedDevShapeBounds = SkIRect::EmptyIRect(); in GetShapeAndClipBounds() 253 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local 262 &clippedDevShapeBounds, in onDrawPath() 272 const SkIRect* boundsForMask = &clippedDevShapeBounds; in onDrawPath() 278 int64_t clippedArea = sk_64_mul(clippedDevShapeBounds.width(), in onDrawPath() 279 clippedDevShapeBounds.height()); in onDrawPath()
|
D | GrSoftwarePathRenderer.h | 32 SkIRect* clippedDevShapeBounds,
|