Home
last modified time | relevance | path

Searched refs:SetLightingColor (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcolor_property_functions.cc138 style.SetLightingColor(color); in SetUnvisitedColor()
189 style.SetLightingColor(color); in SetVisitedColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Dfe_diffuse_lighting.h42 bool SetLightingColor(const Color&);
H A Dfe_specular_lighting.h41 bool SetLightingColor(const Color&);
H A Dfe_diffuse_lighting.cc50 bool FEDiffuseLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor() function in blink::FEDiffuseLighting
H A Dfe_specular_lighting.cc53 bool FESpecularLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor() function in blink::FESpecularLighting
/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.h42 bool SetLightingColor(const Color&);
H A Dfe_specular_lighting.h41 bool SetLightingColor(const Color&);
H A Dfe_diffuse_lighting.cc50 bool FEDiffuseLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor() function in blink::FEDiffuseLighting
H A Dfe_specular_lighting.cc53 bool FESpecularLighting::SetLightingColor(const Color& lighting_color) { in SetLightingColor() function in blink::FESpecularLighting
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcolor_property_functions.cc140 style.SetLightingColor(style_color); in SetUnvisitedColor()
193 style.SetLightingColor(style_color); in SetVisitedColor()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGStylable.h176 inline void SetLightingColor(const wxSVGColor& value) { m_style.SetLightingColor(value); } in SetLightingColor() function
H A DCSSStyleDeclaration.h705 inline void SetLightingColor(const wxSVGColor& value) in SetLightingColor() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGStylable.h176 inline void SetLightingColor(const wxSVGColor& value) { m_style.SetLightingColor(value); } in SetLightingColor() function
H A DCSSStyleDeclaration.h703 inline void SetLightingColor(const wxSVGColor& value) in SetLightingColor() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_fe_specular_lighting_element.cc77 return specular_lighting->SetLightingColor( in SetFilterEffectAttribute()
H A Dsvg_fe_diffuse_lighting_element.cc68 return diffuse_lighting->SetLightingColor( in SetFilterEffectAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_fe_diffuse_lighting_element.cc80 return diffuse_lighting->SetLightingColor( in SetFilterEffectAttribute()
H A Dsvg_fe_specular_lighting_element.cc89 return specular_lighting->SetLightingColor( in SetFilterEffectAttribute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dsvg_computed_style.h256 void SetLightingColor(const StyleColor& style_color) { in SetLightingColor() function
H A Dcomputed_style.h1143 void SetLightingColor(const Color& c) { in SetLightingColor() function
1144 AccessSVGStyle().SetLightingColor(c); in SetLightingColor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dsvg_computed_style.h253 void SetLightingColor(const StyleColor& color) { in SetLightingColor() function
H A Dcomputed_style.h1107 void SetLightingColor(const StyleColor& c) { in SetLightingColor() function
1108 AccessSVGStyle().SetLightingColor(c); in SetLightingColor()