OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lightSource
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFEDistantLightElement.cpp
39
PassRefPtr<
LightSource
> SVGFEDistantLightElement::
lightSource
() const
SVGFEPointLightElement.cpp
39
PassRefPtr<
LightSource
> SVGFEPointLightElement::
lightSource
() const
SVGFESpotLightElement.cpp
39
PassRefPtr<
LightSource
> SVGFESpotLightElement::
lightSource
() const
/external/webkit/Source/WebCore/platform/graphics/filters/
FEDiffuseLighting.cpp
27
#include "
LightSource
.h"
34
float diffuseConstant, float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<
LightSource
>
lightSource
)
35
: FELighting(filter, DiffuseLighting, lightingColor, surfaceScale, diffuseConstant, 0, 0, kernelUnitLengthX, kernelUnitLengthY,
lightSource
)
41
float kernelUnitLengthY, PassRefPtr<
LightSource
>
lightSource
)
43
return adoptRef(new FEDiffuseLighting(filter, lightingColor, surfaceScale, diffuseConstant, kernelUnitLengthX, kernelUnitLengthY,
lightSource
));
115
const
LightSource
* FEDiffuseLighting::
lightSource
() const
120
void FEDiffuseLighting::setLightSource(PassRefPtr<
LightSource
> lightSource
[
all
...]
FESpecularLighting.cpp
27
#include "
LightSource
.h"
35
float kernelUnitLengthY, PassRefPtr<
LightSource
>
lightSource
)
36
: FELighting(filter, SpecularLighting, lightingColor, surfaceScale, 0, specularConstant, specularExponent, kernelUnitLengthX, kernelUnitLengthY,
lightSource
)
42
float kernelUnitLengthX, float kernelUnitLengthY, PassRefPtr<
LightSource
>
lightSource
)
45
kernelUnitLengthX, kernelUnitLengthY,
lightSource
));
130
const
LightSource
* FESpecularLighting::
lightSource
() const
135
void FESpecularLighting::setLightSource(PassRefPtr<
LightSource
> lightSource
[
all
...]
Completed in 774 milliseconds