Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in setLastClip()
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in mustRenderClip()
DGrSoftwarePathRenderer.cpp74 SkIRect* devClipBounds) { in GetShapeAndClipBounds()
113 const SkIRect& devClipBounds, in DrawAroundInvPath()
253 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
DGrBlurUtils.cpp238 SkIRect* devClipBounds) { in get_shape_and_clip_bounds()
295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
/external/skia/src/gpu/ops/
DGrTriangulatingPathRenderer.cpp245 SkIRect devClipBounds, in Make()
267 const SkIRect& devClipBounds, in TriangulatingPathOp()
308 const SkIRect& devClipBounds) { in CreateKey()
333 const SkIRect& devClipBounds, in Triangulate()
629 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
DGrAAHairLinePathRenderer.cpp246 const SkIRect& devClipBounds, in gather_lines_and_quads()
809 const SkIRect& devClipBounds, in Make()
830 SkIRect devClipBounds, in AAHairlineOp()
1333 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp75 SkIRect* devClipBounds) { in GetShapeAndClipBounds()
111 const SkIRect& devClipBounds, in DrawAroundInvPath()
239 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
DGrBlurUtils.cpp261 SkIRect* devClipBounds) { in get_shape_and_clip_bounds()
286 const SkIRect& devClipBounds) { in compute_key_and_clip_bounds()
496 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
DGrSurfaceDrawContext.h542 const SkIRect& devClipBounds, in setLastClip()
553 const SkIRect& devClipBounds, in mustRenderClip()
/external/skqp/src/gpu/ops/
DGrTessellatingPathRenderer.cpp180 SkIRect devClipBounds, in Make()
208 const SkIRect& devClipBounds, in TessellatingPathOp()
407 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
DGrAAHairLinePathRenderer.cpp245 const SkIRect& devClipBounds, in gather_lines_and_quads()
789 const SkIRect& devClipBounds, in Make()
810 SkIRect devClipBounds, in AAHairlineOp()
1071 SkIRect devClipBounds; in onDrawPath() local
1091 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
/external/skqp/src/core/
DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
/external/skia/src/core/
DSkDevice.h81 SkIRect devClipBounds() const { return this->onDevClipBounds(); } in devClipBounds() function
DSkCanvas.cpp1598 SkRect devClipBounds = SkRect::Make(dev->devClipBounds()); in computeDeviceClipBounds() local