Home
last modified time | relevance | path

Searched defs:lighting_color (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Dnr-light.cpp25 DistantLight::DistantLight(SPFeDistantLight *light, guint32 lighting_color) { in DistantLight()
45 PointLight::PointLight(SPFePointLight *light, guint32 lighting_color, const Geom::Affine &trans, in… in PointLight()
68 SpotLight::SpotLight(SPFeSpotLight *light, guint32 lighting_color, const Geom::Affine &trans, int d… in SpotLight()
H A Dnr-filter-diffuselighting.h49 guint32 lighting_color; variable
H A Dnr-filter-specularlighting.h51 guint32 lighting_color; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_diffuse_lighting.cc31 const Color& lighting_color, in FEDiffuseLighting()
50 bool FEDiffuseLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor()
H A Dfe_specular_lighting.cc33 const Color& lighting_color, in FESpecularLighting()
53 bool FESpecularLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor()
H A Dfe_lighting.cc41 const Color& lighting_color, in FELighting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_diffuse_lighting.cc31 const Color& lighting_color, in FEDiffuseLighting()
50 bool FEDiffuseLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor()
H A Dfe_specular_lighting.cc33 const Color& lighting_color, in FESpecularLighting()
53 bool FESpecularLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor()
H A Dfe_lighting.cc41 const Color& lighting_color, in FELighting()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/filters/
H A Ddiffuselighting.h39 guint32 lighting_color; variable
H A Dspecularlighting.h44 guint32 lighting_color; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dsvg_computed_style_defs.h274 StyleColor lighting_color; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dsvg_computed_style_defs.h286 Color lighting_color; variable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/tree/
H A Dnodes.rs763 pub lighting_color: Color, field
950 pub lighting_color: Color, field
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/tree/
H A Dnodes.rs766 pub lighting_color: Color, field
953 pub lighting_color: Color, field
/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmsvgstyle.h140 LsmSvgColorProperty * lighting_color; member
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dlighting.rs136 lighting_color: cssparser::RGBA, field
/dports/www/xist/ll-xist-5.34/src/ll/xist/ns/
H A Dsvg.py204 class lighting_color(xsc.Attrs): class
205 class lighting_color(xsc.ColorAttr): xmlname = "lighting-color" class in lighting_color