Lines Matching defs:fctx

39                                                         const SkSVGFilterContext& fctx) const {
44 ctx, fctx, static_cast<const SkSVGFeDistantLight*>(child.get()));
47 ctx, fctx, static_cast<const SkSVGFePointLight*>(child.get()));
50 ctx, fctx, static_cast<const SkSVGFeSpotLight*>(child.get()));
73 const SkSVGFilterContext& fctx,
77 const auto obbt = ctx.transformForCurrentOBB(fctx.primitiveUnits());
95 const SkSVGFilterContext& fctx,
99 this->resolveXYZ(ctx, fctx, dir.fX, dir.fY, dir.fZ),
104 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
105 this->resolveFilterSubregion(ctx, fctx));
109 const SkSVGFilterContext& fctx,
112 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()),
117 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
118 this->resolveFilterSubregion(ctx, fctx));
122 const SkSVGFilterContext& fctx,
128 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()),
130 ctx, fctx, light->getPointsAtX(), light->getPointsAtY(), light->getPointsAtZ()),
137 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
138 this->resolveFilterSubregion(ctx, fctx));
149 const SkSVGFilterContext& fctx,
153 this->resolveXYZ(ctx, fctx, dir.fX, dir.fY, dir.fZ),
157 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
158 this->resolveFilterSubregion(ctx, fctx));
162 const SkSVGFilterContext& fctx,
165 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()),
169 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
170 this->resolveFilterSubregion(ctx, fctx));
174 const SkSVGFilterContext& fctx,
180 this->resolveXYZ(ctx, fctx, light->getX(), light->getY(), light->getZ()),
182 ctx, fctx, light->getPointsAtX(), light->getPointsAtY(), light->getPointsAtZ()),
188 fctx.resolveInput(ctx, this->getIn(), this->resolveColorspace(ctx, fctx)),
189 this->resolveFilterSubregion(ctx, fctx));