/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFESpotLightElement.cpp | 25 #include "platform/graphics/filters/SpotLightSource.h" 38 return SpotLightSource::create(filter->resolve3dPoint(position()), filter->resolve3dPoint(pointsAt()), specularExponent()->currentValue()->value(), limitingConeAngle()->currentValue()->value());
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
SpotLightSource.cpp | 33 #include "platform/graphics/filters/SpotLightSource.h" 43 void SpotLightSource::initPaintingData(PaintingData& paintingData) const 65 void SpotLightSource::updatePaintingData(PaintingData& paintingData, int x, int y, float z) const 100 bool SpotLightSource::setPosition(const FloatPoint3D& position) 108 bool SpotLightSource::setPointsAt(const FloatPoint3D& direction) 116 bool SpotLightSource::setSpecularExponent(float specularExponent) 125 bool SpotLightSource::setLimitingConeAngle(float limitingConeAngle) 139 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const
|
SpotLightSource.h | 30 class PLATFORM_EXPORT SpotLightSource : public LightSource { 32 static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position, 35 return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle)); 42 return adoptRef(new SpotLightSource(position, direction, m_specularExponent, m_limitingConeAngle)); 62 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction,
|
FELighting.cpp | 461 SpotLightSource* spotLightSource = static_cast<SpotLightSource*>(m_lightSource.get()); 462 SkPoint3 location(spotLightSource->position().x(), spotLightSource->position().y(), spotLightSource->position().z()); 463 SkPoint3 target(spotLightSource->direction().x(), spotLightSource->direction().y(), spotLightSource->direction().z()); 464 float specularExponent = spotLightSource->specularExponent() [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.target.darwin-arm.mk | 286 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.darwin-arm64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.darwin-mips64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.darwin-x86_64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 286 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-arm64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-mips64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |
blink_platform.target.linux-x86_64.mk | 285 third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.cpp \ [all...] |