/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEDiffuseLighting.cpp | 31 FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale, in FEDiffuseLighting() argument 33 …: FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUn… in FEDiffuseLighting() 37 PassRefPtr<FEDiffuseLighting> FEDiffuseLighting::create(Filter* filter, const Color& lightingColor, in create() argument 41 …return adoptRef(new FEDiffuseLighting(filter, lightingColor, surfaceScale, diffuseConstant, kernel… in create() 48 Color FEDiffuseLighting::lightingColor() const in lightingColor() function in WebCore::FEDiffuseLighting 53 bool FEDiffuseLighting::setLightingColor(const Color& lightingColor) in setLightingColor() argument 55 if (m_lightingColor == lightingColor) in setLightingColor() 57 m_lightingColor = lightingColor; in setLightingColor()
|
D | FESpecularLighting.cpp | 31 FESpecularLighting::FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceSca… in FESpecularLighting() argument 34 …: FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularE… in FESpecularLighting() 38 …ssRefPtr<FESpecularLighting> FESpecularLighting::create(Filter* filter, const Color& lightingColor, in create() argument 42 …return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, spec… in create() 50 Color FESpecularLighting::lightingColor() const in lightingColor() function in WebCore::FESpecularLighting 55 bool FESpecularLighting::setLightingColor(const Color& lightingColor) in setLightingColor() argument 57 if (m_lightingColor == lightingColor) in setLightingColor() 59 m_lightingColor = lightingColor; in setLightingColor()
|
D | FESpecularLighting.h | 36 Color lightingColor() const;
|
D | FEDiffuseLighting.h | 38 Color lightingColor() const;
|
D | FELighting.cpp | 40 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float… in FELighting() argument 46 , m_lightingColor(lightingColor) in FELighting()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 154 , lightingColor(SVGRenderStyle::initialLightingColor()) in StyleMiscData() 163 , lightingColor(other.lightingColor) in StyleMiscData() 172 && lightingColor == other.lightingColor in operator ==()
|
D | SVGRenderStyle.cpp | 192 || misc->lightingColor != other->misc->lightingColor) in diff()
|
D | SVGRenderStyle.h | 255 if (!(misc->lightingColor == obj)) in setLightingColor() 256 misc.access()->lightingColor = obj; in setLightingColor() 338 const Color& lightingColor() const { return misc->lightingColor; } in lightingColor() function
|
D | SVGRenderStyleDefs.h | 216 Color lightingColor; variable
|
D | RenderStyle.h | 1774 Color lightingColor() const { return svgStyle()->lightingColor(); } in lightingColor() function
|
D | RenderStyle.cpp | 1390 result = lightingColor(); in colorIncludingFallback()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResourceFilterPrimitive.cpp | 53 if (newStyle->lightingColor() != oldStyle->svgStyle()->lightingColor()) in styleDidChange()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFEDiffuseLightingElement.cpp | 130 return diffuseLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor()); in setFilterEffectAttribute() 217 Color color = renderer->style()->svgStyle()->lightingColor(); in build()
|
D | SVGFESpecularLightingElement.cpp | 139 return specularLighting->setLightingColor(renderer->style()->svgStyle()->lightingColor()); in setFilterEffectAttribute() 228 Color color = renderer->style()->svgStyle()->lightingColor(); in build()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SVGCSSComputedStyleDeclaration.cpp | 159 return currentColorOrValidColor(*style, svgStyle->lightingColor()); in getSVGPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 1063 …pertyWrapperMaybeInvalidColor(CSSPropertyLightingColor, &RenderStyle::lightingColor, &RenderStyle:… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 2143 HANDLE_SVG_INHERIT_AND_INITIAL(lightingColor, LightingColor); in oldApplyProperty()
|