Home
last modified time | relevance | path

Searched defs:maskFilter (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkSDFFilter.cpp79 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
/third_party/skia/gm/
H A Dimagefilters.cpp254 sk_sp<SkMaskFilter> maskFilter = SkShaderMaskFilter::Make(alphaMaskShader); in DEF_SIMPLE_GM() local
H A Dcompositor_quads.cpp1039 sk_sp<SkMaskFilter> maskFilter = SkShaderMaskFilter::Make(std::move(alphaGradient)); in make_filtered_renderers() local
687 Make(const char* topBanner, const char* bottomBanner, sk_sp<SkImage> image, sk_sp<SkShader> shader, sk_sp<SkColorFilter> colorFilter, sk_sp<SkImageFilter> imageFilter, sk_sp<SkMaskFilter> maskFilter, SkScalar paintAlpha, bool resetAfterEachQuad, int transformCount) Make() argument
792 TextureSetRenderer(const char* topBanner, const char* bottomBanner, sk_sp<SkImage> image, sk_sp<SkShader> shader, sk_sp<SkColorFilter> colorFilter, sk_sp<SkImageFilter> imageFilter, sk_sp<SkMaskFilter> maskFilter, SkScalar paintAlpha, bool resetEachQuad, int transformBatchCount) TextureSetRenderer() argument
/third_party/skia/src/gpu/
H A DSkGr.cpp536 SkMaskFilterBase* maskFilter = as_MFB(skPaint.getMaskFilter()); in skpaint_to_grpaint_impl() local
H A DGrBlurUtils.cpp292 compute_key_and_clip_bounds(GrUniqueKey* maskKey, SkIRect* boundsForClip, const GrCaps* caps, const SkMatrix& viewMatrix, bool inverseFilled, const SkMaskFilterBase* maskFilter, const GrStyledShape& shape, const SkIRect& unclippedDevShapeBounds, const SkIRect& devClipBounds, const bool canUseSDFBlur = false) compute_key_and_clip_bounds() argument
493 draw_shape_with_mask_filter(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, GrPaint&& paint, const SkMatrix& viewMatrix, const SkMaskFilterBase* maskFilter, const GrStyledShape& origShape) draw_shape_with_mask_filter() argument
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp1406 const SkMaskFilter* maskFilter = paint.getMaskFilter(); variable
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp816 SkMaskFilter* maskFilter = paint.getMaskFilter(); in apply_paint_maskfilter() local

Completed in 23 milliseconds