OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specularconstant
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FESpecularLighting.cpp
32
float
specularConstant
, float specularExponent, float kernelUnitLengthX,
34
: FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0,
specularConstant
, specularExponent, kernelUnitLengthX, kernelUnitLengthY, lightSource)
39
float surfaceScale, float
specularConstant
, float specularExponent,
42
return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale,
specularConstant
, specularExponent,
76
float FESpecularLighting::
specularConstant
() const
81
bool FESpecularLighting::setSpecularConstant(float
specularConstant
)
83
if (m_specularConstant ==
specularConstant
)
85
m_specularConstant =
specularConstant
;
FESpecularLighting.h
42
float
specularConstant
() const;
FELighting.cpp
41
float diffuseConstant, float
specularConstant
, float specularExponent,
49
, m_specularConstant(
specularConstant
)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpecularLightingElement.h
52
DECLARE_ANIMATED_NUMBER(
SpecularConstant
,
specularConstant
)
SVGFESpecularLightingElement.idl
29
readonly attribute SVGAnimatedNumber
specularConstant
;
SVGFESpecularLightingElement.cpp
36
DEFINE_ANIMATED_NUMBER(SVGFESpecularLightingElement, SVGNames::specularConstantAttr,
SpecularConstant
,
specularConstant
)
44
REGISTER_LOCAL_ANIMATED_PROPERTY(
specularConstant
)
SVGAttributeNames.in
181
specularConstant
Completed in 734 milliseconds