Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
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
DSoftwarePathRenderer.cpp166 SkIRect* devClipBounds) { in GetShapeAndClipBounds()
201 const SkIRect& devClipBounds, in DrawAroundInvPath()
283 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
DAAHairLinePathRenderer.cpp305 const SkIRect& devClipBounds, in gather_lines_and_quads()
823 const SkIRect& devClipBounds, in Make()
844 SkIRect devClipBounds, in AAHairlineOp()
1357 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
/external/skia/src/core/
DSkClipStackDevice.cpp24 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
DSkBitmapDevice.cpp680 SkIRect SkBitmapDevice::devClipBounds() const { in devClipBounds() function in SkBitmapDevice
DSkDevice.h597 SkIRect devClipBounds() const override { return this->clip().fClipBounds; } in devClipBounds() function
DSkCanvas.cpp1635 SkRect devClipBounds = in computeDeviceClipBounds() local
/external/skia/src/gpu/ganesh/
DDevice.h261 SkIRect devClipBounds() const override { return fClip.getConservativeBounds(); } in devClipBounds() function
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
DSurfaceDrawContext.cpp1482 const SkIRect& devClipBounds, in setLastClip()
1491 const SkIRect& devClipBounds, in mustRenderClip()
/external/skia/src/gpu/graphite/
DDevice.cpp679 SkIRect Device::devClipBounds() const { in devClipBounds() function in skgpu::graphite::Device