Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
DSkSVGFeLighting.cpp104 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()
DSkSVGFeDisplacementMap.cpp30 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
49 SkSVGColorspace SkSVGFeDisplacementMap::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFeDisplacementMap
DSkSVGFeOffset.cpp27 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)); in onMakeImageFilter()
DSkSVGFeGaussianBlur.cpp28 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
DSkSVGFilter.cpp49 cs = feNode.resolveColorspace(ctx, fctx); in buildFilterDAG()
DSkSVGFeMorphology.cpp26 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
DSkSVGFeBlend.cpp42 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
DSkSVGFeComposite.cpp50 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
DSkSVGFeColorMatrix.cpp96 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
DSkSVGFe.cpp84 SkSVGColorspace SkSVGFe::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFe
/third_party/skia/modules/svg/include/
DSkSVGFeDisplacementMap.h22 SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
DSkSVGFe.h51 virtual SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,