HomeSort by relevance Sort by last modified time
    Searched full:lightingcolor (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/svg/graphics/filters/
SVGFEDiffuseLighting.cpp 32 FEDiffuseLighting::FEDiffuseLighting(FilterEffect* in , const Color& lightingColor, const float& surfaceScale,
36 , m_lightingColor(lightingColor)
45 PassRefPtr<FEDiffuseLighting> FEDiffuseLighting::create(FilterEffect* in , const Color& lightingColor,
49 return adoptRef(new FEDiffuseLighting(in, lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource));
56 Color FEDiffuseLighting::lightingColor() const
61 void FEDiffuseLighting::setLightingColor(const Color& lightingColor)
63 m_lightingColor = lightingColor;
SVGFESpecularLighting.cpp 31 FESpecularLighting::FESpecularLighting(FilterEffect* in, const Color& lightingColor, const float& surfaceScale,
36 , m_lightingColor(lightingColor)
46 PassRefPtr<FESpecularLighting> FESpecularLighting::create(FilterEffect* in, const Color& lightingColor,
50 return adoptRef(new FESpecularLighting(in, lightingColor, surfaceScale, specularConstant, specularExponent,
58 Color FESpecularLighting::lightingColor() const
63 void FESpecularLighting::setLightingColor(const Color& lightingColor)
65 m_lightingColor = lightingColor;
SVGFEDiffuseLighting.h 40 Color lightingColor() const;
SVGFESpecularLighting.h 39 Color lightingColor() const;
  /external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 191 lightingColor = SVGRenderStyle::initialLightingColor();
201 lightingColor = other.lightingColor;
210 && lightingColor == other.lightingColor
SVGRenderStyle.h 103 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(Color, misc, lightingColor, LightingColor, lightingColor, Color(255, 255, 255))
SVGRenderStyleDefs.h 281 Color lightingColor;
  /external/webkit/WebCore/svg/
SVGFEDiffuseLightingElement.cpp 104 Color color = filterStyle->svgStyle()->lightingColor();
SVGFESpecularLightingElement.cpp 121 Color color = filterStyle->svgStyle()->lightingColor();
  /external/webkit/WebCore/css/
SVGCSSStyleSelector.cpp 462 HANDLE_INHERIT_AND_INITIAL(lightingColor, LightingColor);
SVGCSSComputedStyleDeclaration.cpp 119 return CSSPrimitiveValue::createColor(svgStyle->lightingColor().rgb());
  /external/webkit/WebCore/
ChangeLog-2005-12-19     [all...]
ChangeLog-2008-08-10     [all...]

Completed in 477 milliseconds