Home
last modified time | relevance | path

Searched refs:maskBounds (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/modules/sksg/src/
H A DSkSGMaskEffect.cpp89 const auto maskBounds = fMaskNode->revalidate(ic, ctm); in onRevalidate() local
92 return (is_inverted(fMaskMode) || childBounds.intersect(maskBounds)) in onRevalidate()
/third_party/skia/src/core/
H A DSkSDFFilter.cpp80 const SkMatrix& viewMatrix, const SkIRect& maskBounds, GrPaint&& paint, GrSurfaceProxyView mask, in drawMaskSDFBlur()
118 SkRect::MakeXYWH(0, 0, maskBounds.width(), maskBounds.height())); in drawMaskSDFBlur()
79 drawMaskSDFBlur(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkMatrix& viewMatrix, const SkIRect& maskBounds, GrPaint&& paint, GrSurfaceProxyView mask, const SkMaskFilterBase* maskFilter, const SkScalar sx, const SkScalar sy) drawMaskSDFBlur() argument
H A DSkSDFFilter.h46 const SkMatrix& viewMatrix, const SkIRect& maskBounds, GrPaint&& paint, GrSurfaceProxyView mask,
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.h44 bool init(const SkIRect& maskBounds, uint32_t genID,
H A DClipStack.cpp1600 SkIRect maskBounds; // may not be 'bounds' if we reuse a large clip mask in GetSWMaskFP() local
1610 maskBounds = m.bounds(); in GetSWMaskFP()
1627 maskBounds = bounds; in GetSWMaskFP()
1637 auto m = SkMatrix::Translate(-maskBounds.fLeft, -maskBounds.fTop); in GetSWMaskFP()
1639 subset.offset(-maskBounds.fLeft, -maskBounds.fTop); in GetSWMaskFP()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp49 const SkIRect& maskBounds, in draw_mask()
59 SkMatrix matrix = SkMatrix::Translate(-SkIntToScalar(maskBounds.fLeft), in draw_mask()
60 -SkIntToScalar(maskBounds.fTop)); in draw_mask()
65 sdc->fillPixelsWithLocalMatrix(clip, std::move(paint), maskBounds, inverse); in draw_mask()
46 draw_mask(skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkMatrix& viewMatrix, const SkIRect& maskBounds, GrPaint&& paint, GrSurfaceProxyView mask) draw_mask() argument
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp40 SoftwarePathData(const SkIRect& maskBounds, const SkMatrix& viewMatrix, in SoftwarePathData() argument
42 : fMaskBounds(maskBounds) in SoftwarePathData()

Completed in 7 milliseconds