/external/skqp/src/gpu/ |
D | GrRenderTargetContextPriv.h | 28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in setLastClip() 38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in mustRenderClip()
|
D | GrSoftwarePathRenderer.cpp | 74 SkIRect* devClipBounds) { in GetShapeAndClipBounds() 113 const SkIRect& devClipBounds, in DrawAroundInvPath() 253 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
|
D | GrBlurUtils.cpp | 238 SkIRect* devClipBounds) { in get_shape_and_clip_bounds() 295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
|
/external/skia/src/gpu/ops/ |
D | GrTriangulatingPathRenderer.cpp | 245 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
|
D | GrAAHairLinePathRenderer.cpp | 246 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/ |
D | GrSoftwarePathRenderer.cpp | 75 SkIRect* devClipBounds) { in GetShapeAndClipBounds() 111 const SkIRect& devClipBounds, in DrawAroundInvPath() 239 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; in onDrawPath() local
|
D | GrBlurUtils.cpp | 261 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
|
D | GrSurfaceDrawContext.h | 542 const SkIRect& devClipBounds, in setLastClip() 553 const SkIRect& devClipBounds, in mustRenderClip()
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 180 SkIRect devClipBounds, in Make() 208 const SkIRect& devClipBounds, in TessellatingPathOp() 407 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
|
D | GrAAHairLinePathRenderer.cpp | 245 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/ |
D | SkClipStackDevice.cpp | 12 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
|
/external/skia/src/core/ |
D | SkDevice.h | 81 SkIRect devClipBounds() const { return this->onDevClipBounds(); } in devClipBounds() function
|
D | SkCanvas.cpp | 1598 SkRect devClipBounds = SkRect::Make(dev->devClipBounds()); in computeDeviceClipBounds() local
|