Home
last modified time | relevance | path

Searched refs:SkSVGFeSpecularLighting (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/svg/include/
H A DSkSVGFeLighting.h62 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 in final
/third_party/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp85 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()
H A DSkSVGDOM.cpp256 { "feSpecularLighting", []() -> sk_sp<SkSVGNode> { return SkSVGFeSpecularLighting::Make(); }},

Completed in 2 milliseconds