Home
last modified time | relevance | path

Searched refs:devClipBounds (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp76 SkIRect* devClipBounds) { in GetShapeAndClipBounds() argument
80 devClipBounds); in GetShapeAndClipBounds()
87 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
115 const SkIRect& devClipBounds, in DrawAroundInvPath() argument
123 if (devClipBounds.fTop < devPathBounds.fTop) { in DrawAroundInvPath()
124 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath()
125 devClipBounds.fRight, devPathBounds.fTop); in DrawAroundInvPath()
129 if (devClipBounds.fLeft < devPathBounds.fLeft) { in DrawAroundInvPath()
130 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath()
135 if (devClipBounds.fRight > devPathBounds.fRight) { in DrawAroundInvPath()
[all …]
DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in setLastClip() argument
32 opList->fLastDevClipBounds = devClipBounds; in setLastClip()
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in mustRenderClip() argument
42 !opList->fLastDevClipBounds.contains(devClipBounds) || in mustRenderClip()
DGrBlurUtils.cpp238 SkIRect* devClipBounds) { in get_shape_and_clip_bounds() argument
242 devClipBounds); in get_shape_and_clip_bounds()
295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
298 &devClipBounds)) { in draw_shape_with_mask_filter()
314 const SkIRect* boundsForClip = &devClipBounds; in draw_shape_with_mask_filter()
317 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, devClipBounds, in draw_shape_with_mask_filter()
DGrSoftwarePathRenderer.h33 SkIRect* devClipBounds);
48 const SkIRect& devClipBounds,
DSkGpuDevice.cpp181 const SkIRect clipBounds = this->devClipBounds().makeOffset(-left, -top); in filterTexture()
335 SkRasterClip rc(this->devClipBounds()); in drawPoints()
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp74 SkIRect* devClipBounds) { in GetShapeAndClipBounds() argument
78 devClipBounds); in GetShapeAndClipBounds()
85 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) { in GetShapeAndClipBounds()
113 const SkIRect& devClipBounds, in DrawAroundInvPath() argument
121 if (devClipBounds.fTop < devPathBounds.fTop) { in DrawAroundInvPath()
122 rect.iset(devClipBounds.fLeft, devClipBounds.fTop, in DrawAroundInvPath()
123 devClipBounds.fRight, devPathBounds.fTop); in DrawAroundInvPath()
127 if (devClipBounds.fLeft < devPathBounds.fLeft) { in DrawAroundInvPath()
128 rect.iset(devClipBounds.fLeft, devPathBounds.fTop, in DrawAroundInvPath()
133 if (devClipBounds.fRight > devPathBounds.fRight) { in DrawAroundInvPath()
[all …]
DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in setLastClip() argument
32 opList->fLastDevClipBounds = devClipBounds; in setLastClip()
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in mustRenderClip() argument
42 !opList->fLastDevClipBounds.contains(devClipBounds) || in mustRenderClip()
DGrBlurUtils.cpp238 SkIRect* devClipBounds) { in get_shape_and_clip_bounds() argument
242 devClipBounds); in get_shape_and_clip_bounds()
295 SkIRect unclippedDevShapeBounds, devClipBounds; in draw_shape_with_mask_filter() local
298 &devClipBounds)) { in draw_shape_with_mask_filter()
314 const SkIRect* boundsForClip = &devClipBounds; in draw_shape_with_mask_filter()
317 maskFilter->canFilterMaskGPU(*shape, unclippedDevShapeBounds, devClipBounds, in draw_shape_with_mask_filter()
DGrSoftwarePathRenderer.h33 SkIRect* devClipBounds);
48 const SkIRect& devClipBounds,
DSkGpuDevice.cpp186 const SkIRect clipBounds = this->devClipBounds().makeOffset(-left, -top); in filterTexture()
340 SkRasterClip rc(this->devClipBounds()); in drawPoints()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp245 const SkIRect& devClipBounds, in gather_lines_and_quads() argument
280 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
338 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
381 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
413 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
451 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
789 const SkIRect& devClipBounds, in Make() argument
802 devClipBounds, capLength, stencilSettings); in Make()
810 SkIRect devClipBounds, in AAHairlineOp() argument
817 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp()
[all …]
DGrTessellatingPathRenderer.cpp180 SkIRect devClipBounds, in Make() argument
184 viewMatrix, devClipBounds, in Make()
208 const SkIRect& devClipBounds, in TessellatingPathOp() argument
216 , fDevClipBounds(devClipBounds) in TessellatingPathOp()
407 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
409 devClipBounds.sort(); in GR_DRAW_OP_TEST_DEFINE()
420 return TessellatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds, in GR_DRAW_OP_TEST_DEFINE()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp244 const SkIRect& devClipBounds, in gather_lines_and_quads() argument
279 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
337 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
380 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
412 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
450 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
788 const SkIRect& devClipBounds, in Make() argument
801 devClipBounds, capLength, stencilSettings); in Make()
809 SkIRect devClipBounds, in AAHairlineOp() argument
816 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp()
[all …]
DGrTessellatingPathRenderer.cpp180 SkIRect devClipBounds, in Make() argument
184 viewMatrix, devClipBounds, in Make()
208 const SkIRect& devClipBounds, in TessellatingPathOp() argument
216 , fDevClipBounds(devClipBounds) in TessellatingPathOp()
411 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
413 devClipBounds.sort(); in GR_DRAW_OP_TEST_DEFINE()
424 return TessellatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds, in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/src/core/
DSkClipStackDevice.h24 SkIRect devClipBounds() const;
DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
/external/skia/src/core/
DSkClipStackDevice.h24 SkIRect devClipBounds() const;
DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { in devClipBounds() function in SkClipStackDevice
/external/skqp/src/compute/sk/
DSkDevice_Compute.cpp251 SkRect devClip = SkRect::Make(this->devClipBounds()); in path_rasterize_and_place()
/external/skia/src/compute/sk/
DSkDevice_Compute.cpp251 SkRect devClip = SkRect::Make(this->devClipBounds()); in path_rasterize_and_place()
/external/skia/src/pdf/
DSkPDFDevice.cpp573 this->devClipBounds(), this->ctm(), this); in drawPoints()
/external/skia/src/xps/
DSkXPSDevice.cpp1144 SkIRect r = dev->devClipBounds(); in draw()
/external/skqp/src/xps/
DSkXPSDevice.cpp1144 SkIRect r = dev->devClipBounds(); in draw()
/external/skqp/src/pdf/
DSkPDFDevice.cpp573 this->devClipBounds(), this->ctm(), this); in drawPoints()