Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp108 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeDistantLight()
121 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makePointLight()
141 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeSpotLight()
161 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeDistantLight()
173 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makePointLight()
192 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in makeSpotLight()
H A DSkSVGFeDisplacementMap.cpp36 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
55 SkSVGColorspace SkSVGFeDisplacementMap::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFeDisplacementMap
H A DSkSVGFeOffset.cpp31 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGFeGaussianBlur.cpp31 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
H A DSkSVGFeMerge.cpp25 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeMorphology.cpp32 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeBlend.cpp49 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFilter.cpp57 cs = feNode.resolveColorspace(localChildCtx, fctx); in buildFilterDAG()
H A DSkSVGFeComposite.cpp58 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
H A DSkSVGFeColorMatrix.cpp102 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
H A DSkSVGFe.cpp88 SkSVGColorspace SkSVGFe::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFe
H A DSkSVGFeComponentTransfer.cpp62 this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGFeDisplacementMap.h32 SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
H A DSkSVGFe.h60 virtual SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,