Searched refs:resolveColorspace (Results 1 – 12 of 12) 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 | SkSVGFeDisplacementMap.cpp | 30 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter() 49 SkSVGColorspace SkSVGFeDisplacementMap::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFeDisplacementMap
|
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 | SkSVGFilter.cpp | 49 cs = feNode.resolveColorspace(ctx, fctx); in buildFilterDAG()
|
D | SkSVGFeMorphology.cpp | 26 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
D | SkSVGFeBlend.cpp | 42 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
D | SkSVGFeComposite.cpp | 50 const SkSVGColorspace colorspace = this->resolveColorspace(ctx, fctx); in onMakeImageFilter()
|
D | SkSVGFeColorMatrix.cpp | 96 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)), in onMakeImageFilter()
|
D | SkSVGFe.cpp | 84 SkSVGColorspace SkSVGFe::resolveColorspace(const SkSVGRenderContext& ctx, in resolveColorspace() function in SkSVGFe
|
/third_party/skia/modules/svg/include/ |
D | SkSVGFeDisplacementMap.h | 22 SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
|
D | SkSVGFe.h | 51 virtual SkSVGColorspace resolveColorspace(const SkSVGRenderContext&,
|