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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp 33 FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale,
35 : FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUnitLengthX, kernelUnitLengthY, lightSource)
40 float surfaceScale, float diffuseConstant, float kernelUnitLengthX,
43 return adoptRef(new FEDiffuseLighting(filter, lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY, lightSource));
63 float FEDiffuseLighting::surfaceScale() const
68 bool FEDiffuseLighting::setSurfaceScale(float surfaceScale)
70 if (m_surfaceScale == surfaceScale)
72 m_surfaceScale = surfaceScale;
134 ts << " surfaceScale=\"" << m_surfaceScale << "\" "
FESpecularLighting.cpp 33 FESpecularLighting::FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceScale,
36 : FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularExponent, kernelUnitLengthX, kernelUnitLengthY, lightSource)
41 float surfaceScale, float specularConstant, float specularExponent,
44 return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, specularExponent,
65 float FESpecularLighting::surfaceScale() const
70 bool FESpecularLighting::setSurfaceScale(float surfaceScale)
72 if (m_surfaceScale == surfaceScale)
74 m_surfaceScale = surfaceScale;
149 ts << " surfaceScale=\"" << m_surfaceScale << "\" "
FEDiffuseLighting.h 41 float surfaceScale() const;
FESpecularLighting.h 39 float surfaceScale() const;
FELighting.cpp 43 FELighting::FELighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float surfaceScale,
50 , m_surfaceScale(surfaceScale)
185 m_lightSource->updatePaintingData(paintingData, lightX, lightY, static_cast<float>(data.pixels->get(offset + cAlphaChannelOffset)) * data.surfaceScale);
203 normalVector.setX(factorX * static_cast<float>(normal2DVector.x()) * data.surfaceScale);
204 normalVector.setY(factorY * static_cast<float>(normal2DVector.y()) * data.surfaceScale);
251 data.surfaceScale = m_surfaceScale / 255.0f;
462 floatArguments.surfaceScale = data.surfaceScale;
463 floatArguments.minusSurfaceScaleDividedByFour = -data.surfaceScale / 4;
LightSource.h 74 // specified "surfaceScale" constant, which type is <number> in the SVG standard
FELighting.h 57 float surfaceScale;
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.h 56 DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale)
SVGFESpecularLightingElement.h 56 DECLARE_ANIMATED_NUMBER(SurfaceScale, surfaceScale)
SVGFEDiffuseLightingElement.cpp 40 DEFINE_ANIMATED_NUMBER(SVGFEDiffuseLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surfaceScale)
98 return diffuseLighting->setSurfaceScale(surfaceScale());
211 RefPtr<FilterEffect> effect = FEDiffuseLighting::create(filter, color, surfaceScale(), diffuseConstant(),
SVGFEDiffuseLightingElement.idl 31 readonly attribute SVGAnimatedNumber surfaceScale;
SVGFESpecularLightingElement.cpp 42 DEFINE_ANIMATED_NUMBER(SVGFESpecularLightingElement, SVGNames::surfaceScaleAttr, SurfaceScale, surfaceScale)
103 return specularLighting->setSurfaceScale(surfaceScale());
223 RefPtr<FilterEffect> effect = FESpecularLighting::create(filter, color, surfaceScale(), specularConstant(),
SVGFESpecularLightingElement.idl 31 readonly attribute SVGAnimatedNumber surfaceScale;
svgattrs.in 204 surfaceScale
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 48 float surfaceScale;
  /external/webkit/Source/WebCore/manual-tests/
svg-filter-animation.svg 40 <feDiffuseLighting in="comp" primitiveUnits="objectBoundingBox" diffuseConstant="1" lighting-color="white" surfaceScale="10" result="light" >
43 <feSpecularLighting in="comp" primitiveUnits="objectBoundingBox" diffuseConstant="1" lighting-color="#A66102" surfaceScale="10" result="ambient" >
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 603 surfacescale
  /external/webkit/Source/WebCore/
ChangeLog-2005-12-19     [all...]
ChangeLog-2008-08-10     [all...]

Completed in 4040 milliseconds