Searched defs:devClipBounds (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | TriangulatingPathRenderer.cpp | 218 SkIRect devClipBounds, in Make() 240 const SkIRect& devClipBounds, in TriangulatingPathOp() 281 const SkIRect& devClipBounds) { in CreateKey() 306 const SkIRect& devClipBounds, in Triangulate() 595 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
|
H A D | SoftwarePathRenderer.cpp | 166 SkIRect* devClipBounds) { in GetShapeAndClipBounds() 201 const SkIRect& devClipBounds, in DrawAroundInvPath() 283 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
|
H A D | AAHairLinePathRenderer.cpp | 304 const SkIRect& devClipBounds, in gather_lines_and_quads() 822 const SkIRect& devClipBounds, in Make() 843 SkIRect devClipBounds, in AAHairlineOp() 1344 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkClipStackDevice.cpp | 24 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
|
H A D | SkBitmapDevice.cpp | 688 SkIRect SkBitmapDevice::devClipBounds() const { in devClipBounds() function in SkBitmapDevice
|
H A D | SkDevice.h | 597 SkIRect devClipBounds() const override { return this->clip().fClipBounds; } in devClipBounds() function
|
H A D | SkCanvas.cpp | 1640 SkRect devClipBounds = in computeDeviceClipBounds() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrBlurUtils.cpp | 336 SkIRect* devClipBounds) { in get_shape_and_clip_bounds() 1144 const SkIRect& devClipBounds) { in compute_key_and_clip_bounds() 1413 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
|
H A D | Device.h | 261 SkIRect devClipBounds() const override { return fClip.getConservativeBounds(); } in devClipBounds() function
|
H A D | SurfaceDrawContext.cpp | 1516 const SkIRect& devClipBounds, in setLastClip() 1525 const SkIRect& devClipBounds, in mustRenderClip()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Device.cpp | 679 SkIRect Device::devClipBounds() const { in devClipBounds() function in skgpu::graphite::Device
|