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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FESpecularLighting.cpp 24 #include "platform/graphics/filters/FESpecularLighting.h"
31 FESpecularLighting::FESpecularLighting(Filter* filter, const Color& lightingColor, float surfaceScale,
38 PassRefPtr<FESpecularLighting> FESpecularLighting::create(Filter* filter, const Color& lightingColor,
42 return adoptRef(new FESpecularLighting(filter, lightingColor, surfaceScale, specularConstant, specularExponent,
46 FESpecularLighting::~FESpecularLighting()
50 Color FESpecularLighting::lightingColor() const
55 bool FESpecularLighting::setLightingColor(const Color& lightingColor
    [all...]
FESpecularLighting.h 30 class PLATFORM_EXPORT FESpecularLighting : public FELighting {
32 static PassRefPtr<FESpecularLighting> create(Filter*, const Color&, float, float,
34 virtual ~FESpecularLighting();
60 FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
FELighting.h 39 // Common base class for FEDiffuseLighting and FESpecularLighting
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTagNames.in 45 feSpecularLighting
SVGFESpecularLightingElement.h 29 #include "platform/graphics/filters/FESpecularLighting.h"
SVGFESpecularLightingElement.cpp 133 FESpecularLighting* specularLighting = static_cast<FESpecularLighting*>(effect);
230 RefPtr<FilterEffect> effect = FESpecularLighting::create(filter, color, surfaceScaleCurrentValue(), specularConstantCurrentValue(),
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-filter-animation.svg 43 <feSpecularLighting in="comp" primitiveUnits="objectBoundingBox" diffuseConstant="1" lighting-color="#A66102" surfaceScale="10" result="ambient" >
45 </feSpecularLighting>
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.gypi 476 'graphics/filters/FESpecularLighting.cpp',
477 'graphics/filters/FESpecularLighting.h',
    [all...]
blink_platform.target.darwin-arm.mk 247 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 246 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 246 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]
blink_platform.target.linux-arm.mk 247 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]
blink_platform.target.linux-mips.mk 246 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]
blink_platform.target.linux-x86.mk 246 third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp \
    [all...]

Completed in 577 milliseconds