Searched refs:resolveColorspace (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/skia/modules/svg/src/ |
H A D | SkSVGFeLighting.cpp | 108 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 D | SkSVGFeDisplacementMap.cpp | 36 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter() 55 SkSVGColorspace SkSVGFeDisplacementMap::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFeDisplacementMap
|
H A D | SkSVGFeOffset.cpp | 31 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
|
H A D | SkSVGFeGaussianBlur.cpp | 31 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
|
H A D | SkSVGFeMerge.cpp | 25 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
H A D | SkSVGFeMorphology.cpp | 32 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
H A D | SkSVGFeBlend.cpp | 49 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
H A D | SkSVGFilter.cpp | 57 cs = feNode.resolveColorspace(localChildCtx, fctx); in buildFilterDAG()
|
H A D | SkSVGFeComposite.cpp | 58 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
H A D | SkSVGFeColorMatrix.cpp | 102 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
|
H A D | SkSVGFe.cpp | 88 SkSVGColorspace SkSVGFe::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFe
|
H A D | SkSVGFeComponentTransfer.cpp | 62 this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
|
/aosp_15_r20/external/skia/modules/svg/include/ |
H A D | SkSVGFeDisplacementMap.h | 32 SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
|
H A D | SkSVGFe.h | 60 virtual SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
|