Home
last modified time | relevance | path

Searched defs:devClipBounds (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTriangulatingPathRenderer.cpp218 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 DSoftwarePathRenderer.cpp166 SkIRect* devClipBounds) { in GetShapeAndClipBounds()
201 const SkIRect& devClipBounds, in DrawAroundInvPath()
283 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
H A DAAHairLinePathRenderer.cpp304 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 DSkClipStackDevice.cpp24 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
H A DSkBitmapDevice.cpp688 SkIRect SkBitmapDevice::devClipBounds() const { in devClipBounds() function in SkBitmapDevice
H A DSkDevice.h597 SkIRect devClipBounds() const override { return this->clip().fClipBounds; } in devClipBounds() function
H A DSkCanvas.cpp1640 SkRect devClipBounds = in computeDeviceClipBounds() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrBlurUtils.cpp336 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 DDevice.h261 SkIRect devClipBounds() const override { return fClip.getConservativeBounds(); } in devClipBounds() function
H A DSurfaceDrawContext.cpp1516 const SkIRect& devClipBounds, in setLastClip()
1525 const SkIRect& devClipBounds, in mustRenderClip()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDevice.cpp679 SkIRect Device::devClipBounds() const { in devClipBounds() function in skgpu::graphite::Device