Home
last modified time | relevance | path

Searched refs:resolveFilterSubregion (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp105 this->resolveFilterSubregion(ctx, fctx)); in makeDistantLight()
118 this->resolveFilterSubregion(ctx, fctx)); in makePointLight()
138 this->resolveFilterSubregion(ctx, fctx)); in makeSpotLight()
158 this->resolveFilterSubregion(ctx, fctx)); in makeDistantLight()
170 this->resolveFilterSubregion(ctx, fctx)); in makePointLight()
189 this->resolveFilterSubregion(ctx, fctx)); in makeSpotLight()
H A DSkSVGFeFlood.cpp30 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFeOffset.cpp28 return SkImageFilters::Offset(d.x, d.y, std::move(in), this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFeImage.cpp26 const SkRect viewport = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeGaussianBlur.cpp29 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFilter.cpp48 const SkRect filterSubregion = feNode.resolveFilterSubregion(localCtx, fctx); in buildFilterDAG()
H A DSkSVGFeTurbulence.cpp77 return SkImageFilters::Shader(shader, this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFeDisplacementMap.cpp29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeComposite.cpp49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeMorphology.cpp25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeBlend.cpp40 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeColorMatrix.cpp97 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFe.cpp54 SkRect SkSVGFe::resolveFilterSubregion(const SkSVGRenderContext& ctx, in resolveFilterSubregion() function in SkSVGFe
/third_party/skia/modules/svg/include/
H A DSkSVGFe.h44 SkRect resolveFilterSubregion(const SkSVGRenderContext&, const SkSVGFilterContext&) const;

Completed in 6 milliseconds