Home
last modified time | relevance | path

Searched defs:surfaceScale (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEDiffuseLighting.cpp33 FEDiffuseLighting::FEDiffuseLighting(Filter* filter, const Color& lightingColor, float surfaceScale, in FEDiffuseLighting()
40 float surfaceScale, float diffuseConstant, float kernelUnitLengthX, in create()
63 float FEDiffuseLighting::surfaceScale() const in surfaceScale() function in WebCore::FEDiffuseLighting
68 bool FEDiffuseLighting::setSurfaceScale(float surfaceScale) in setSurfaceScale()
DFESpecularLighting.cpp33 …pecularLighting::FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceScale, in FESpecularLighting()
41 float surfaceScale, float specularConstant, float specularExponent, in create()
65 float FESpecularLighting::surfaceScale() const in surfaceScale() function in WebCore::FESpecularLighting
70 bool FESpecularLighting::setSurfaceScale(float surfaceScale) in setSurfaceScale()
DFELighting.h57 float surfaceScale; member
DFELighting.cpp43 …Lighting(Filter* filter, LightingType lightingType, const Color& lightingColor, float surfaceScale, in FELighting()
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
DFELightingNEON.h48 float surfaceScale; member