Searched refs:devClipBounds (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp54 SkIRect* devClipBounds) {
56 clip.getConservativeBounds(width, height, devClipBounds);
63 if (!clippedDevShapeBounds->intersect(*devClipBounds, *unclippedDevShapeBounds)) {
92 const SkIRect& devClipBounds,
100 if (devClipBounds.fTop < devPathBounds.fTop) {
101 rect.iset(devClipBounds.fLeft, devClipBounds.fTop,
102 devClipBounds.fRight, devPathBounds.fTop);
106 if (devClipBounds.fLeft < devPathBounds.fLeft) {
107 rect.iset(devClipBounds
48 get_shape_and_clip_bounds(int width, int height, const GrClip& clip, const GrShape& shape, const SkMatrix& matrix, SkIRect* unclippedDevShapeBounds, SkIRect* clippedDevShapeBounds, SkIRect* devClipBounds) argument
87 DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, GrPaint&& paint, const GrUserStencilSettings& userStencilSettings, const GrClip& clip, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, const SkIRect& devPathBounds) argument
141 SkIRect unclippedDevShapeBounds, clippedDevShapeBounds, devClipBounds; local
[all...]
H A DGrRenderTargetContextPriv.h30 void setLastClip(int32_t clipStackGenID, const SkIRect& devClipBounds) { argument
33 opList->fLastDevClipBounds = devClipBounds;
38 bool mustRenderClip(int32_t clipStackGenID, const SkIRect& devClipBounds) const {
41 !opList->fLastDevClipBounds.contains(devClipBounds);
H A DGrSoftwarePathRenderer.h37 const SkIRect& devClipBounds,
H A DSkGpuDevice.cpp186 const SkIRect clipBounds = this->devClipBounds().makeOffset(-left, -top);
361 SkRasterClip rc(this->devClipBounds());
418 this->devClipBounds(), true);
459 if (mf->canFilterMaskGPU(devRRect, this->devClipBounds(),
487 this->devClipBounds(), true);
534 path, paint, this->ctm(), nullptr, this->devClipBounds(),
707 this->devClipBounds(), pathIsMutable);
1717 x, y, this->devClipBounds());
1730 this->devClipBounds());
1742 this->devClipBounds());
[all...]
/external/skia/src/core/
H A DSkClipStackDevice.h24 SkIRect devClipBounds() const;
H A DSkClipStackDevice.cpp12 SkIRect SkClipStackDevice::devClipBounds() const { function in class:SkClipStackDevice
/external/skia/src/gpu/ops/
H A DGrAAHairLinePathRenderer.cpp239 const SkIRect& devClipBounds,
270 if (SkIRect::Intersects(devClipBounds, ibounds)) {
297 if (SkIRect::Intersects(devClipBounds, ibounds)) {
318 if (SkIRect::Intersects(devClipBounds, ibounds)) {
346 if (SkIRect::Intersects(devClipBounds, ibounds)) {
371 if (SkIRect::Intersects(devClipBounds, ibounds)) {
679 const SkIRect& devClipBounds) {
687 new AAHairlineOp(color, newCoverage, viewMatrix, path, devClipBounds));
705 SkIRect devClipBounds)
707 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds});
237 gather_lines_and_quads(const SkPath& path, const SkMatrix& m, const SkIRect& devClipBounds, GrAAHairLinePathRenderer::PtArray* lines, GrAAHairLinePathRenderer::PtArray* quads, GrAAHairLinePathRenderer::PtArray* conics, GrAAHairLinePathRenderer::IntArray* quadSubdivCnts, GrAAHairLinePathRenderer::FloatArray* conicWeights) argument
675 Make(GrColor color, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style, const SkIRect& devClipBounds) argument
701 AAHairlineOp(GrColor color, uint8_t coverage, const SkMatrix& viewMatrix, const SkPath& path, SkIRect devClipBounds) argument
943 SkIRect devClipBounds; local
965 SkIRect devClipBounds; local
[all...]
H A DGrTessellatingPathRenderer.cpp166 SkIRect devClipBounds,
169 new TessellatingPathOp(color, shape, viewMatrix, devClipBounds, antiAlias));
325 const SkIRect& devClipBounds,
331 , fDevClipBounds(devClipBounds)
381 SkIRect devClipBounds = SkIRect::MakeLTRB( local
383 devClipBounds.sort();
390 return TessellatingPathOp::Make(color, shape, viewMatrix, devClipBounds, antiAlias);
163 Make(const GrColor& color, const GrShape& shape, const SkMatrix& viewMatrix, SkIRect devClipBounds, bool antiAlias) argument
322 TessellatingPathOp(const GrColor& color, const GrShape& shape, const SkMatrix& viewMatrix, const SkIRect& devClipBounds, bool antiAlias) argument
/external/skia/src/pdf/
H A DSkPDFDevice.cpp591 this->devClipBounds(), this->ctm(), this);
/external/skia/src/xps/
H A DSkXPSDevice.cpp1145 SkIRect r = dev->devClipBounds();

Completed in 200 milliseconds