Searched refs:SkSVGFeSpecularLighting (Results 1 – 3 of 3) sorted by relevance
62 class SkSVGFeSpecularLighting final : public SkSVGFeLighting {64 static sk_sp<SkSVGFeSpecularLighting> Make() { in Make()65 return sk_sp<SkSVGFeSpecularLighting>(new SkSVGFeSpecularLighting()); in Make()87 SkSVGFeSpecularLighting() : INHERITED(SkSVGTag::kFeSpecularLighting) {} in SkSVGFeSpecularLighting() function
85 bool SkSVGFeSpecularLighting::parseAndSetAttribute(const char* n, const char* v) { in parseAndSetAttribute()93 sk_sp<SkImageFilter> SkSVGFeSpecularLighting::makeDistantLight( in makeDistantLight()108 sk_sp<SkImageFilter> SkSVGFeSpecularLighting::makePointLight(const SkSVGRenderContext& ctx, in makePointLight()121 sk_sp<SkImageFilter> SkSVGFeSpecularLighting::makeSpotLight(const SkSVGRenderContext& ctx, in makeSpotLight()
255 { "feSpecularLighting", []() -> sk_sp<SkSVGNode> { return SkSVGFeSpecularLighting::Make(); }}, in __anon51e47a761302()