Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
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()
DSkSVGFeFlood.cpp30 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
DSkSVGFeOffset.cpp28 return SkImageFilters::Offset(d.x, d.y, std::move(in), this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
DSkSVGFeImage.cpp25 const SkRect viewport = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
DSkSVGFeGaussianBlur.cpp29 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
DSkSVGFilter.cpp48 const SkRect filterSubregion = feNode.resolveFilterSubregion(localCtx, fctx); in buildFilterDAG()
DSkSVGFeMorphology.cpp25 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
DSkSVGFeTurbulence.cpp77 return SkImageFilters::Shader(shader, this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
DSkSVGFeBlend.cpp40 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
DSkSVGFeDisplacementMap.cpp29 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
DSkSVGFeComposite.cpp49 const SkRect cropRect = this->resolveFilterSubregion(ctx, fctx); in onMakeImageFilter()
DSkSVGFeColorMatrix.cpp97 this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
DSkSVGFe.cpp54 SkRect SkSVGFe::resolveFilterSubregion(const SkSVGRenderContext& ctx, in resolveFilterSubregion() function in SkSVGFe
/external/skia/modules/svg/include/
DSkSVGFe.h44 SkRect resolveFilterSubregion(const SkSVGRenderContext&, const SkSVGFilterContext&) const;