Searched refs:resolveInput (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/modules/svg/src/ |
D | SkSVGFeLighting.cpp | 104 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeDistantLight() 117 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makePointLight() 137 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeSpotLight() 157 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeDistantLight() 169 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makePointLight() 188 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeSpotLight()
|
D | SkSVGFeBlend.cpp | 43 const sk_sp<SkImageFilter> background = fctx.resolveInput(ctx, fIn2, colorspace); in onMakeImageFilter() 44 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter()
|
D | SkSVGFeDisplacementMap.cpp | 34 sk_sp<SkImageFilter> in = fctx.resolveInput(ctx, this->getIn()); in onMakeImageFilter() 35 sk_sp<SkImageFilter> in2 = fctx.resolveInput(ctx, this->getIn2(), colorspace); in onMakeImageFilter()
|
D | SkSVGFeComposite.cpp | 51 const sk_sp<SkImageFilter> background = fctx.resolveInput(ctx, fIn2, colorspace); in onMakeImageFilter() 52 const sk_sp<SkImageFilter> foreground = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter()
|
D | SkSVGFilterContext.cpp | 127 sk_sp<SkImageFilter> SkSVGFilterContext::resolveInput(const SkSVGRenderContext& ctx, in resolveInput() function in SkSVGFilterContext 132 sk_sp<SkImageFilter> SkSVGFilterContext::resolveInput(const SkSVGRenderContext& ctx, in resolveInput() function in SkSVGFilterContext
|
D | SkSVGFeOffset.cpp | 27 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
|
D | SkSVGFeGaussianBlur.cpp | 28 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
|
D | SkSVGFeMorphology.cpp | 27 sk_sp<SkImageFilter> input = fctx.resolveInput(ctx, this->getIn(), colorspace); in onMakeImageFilter()
|
D | SkSVGFeColorMatrix.cpp | 96 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGFilterContext.h | 44 sk_sp<SkImageFilter> resolveInput(const SkSVGRenderContext&, const SkSVGFeInputType&) const; 46 …sk_sp<SkImageFilter> resolveInput(const SkSVGRenderContext&, const SkSVGFeInputType&, SkSVGColorsp…
|