OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:surfaceScale
(Results
1 - 4
of
4
) 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 << "\" "
FELighting.h
57
float
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 << "\" "
/external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h
48
float
surfaceScale
;
Completed in 113 milliseconds