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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
PointLightSource.cpp 33 #include "core/platform/graphics/filters/PointLightSource.h"
39 void PointLightSource::initPaintingData(PaintingData&)
43 void PointLightSource::updatePaintingData(PaintingData& paintingData, int x, int y, float z)
51 bool PointLightSource::setX(float x)
59 bool PointLightSource::setY(float y)
67 bool PointLightSource::setZ(float z)
81 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const
PointLightSource.h 30 class PointLightSource : public LightSource {
32 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position)
34 return adoptRef(new PointLightSource(position));
48 PointLightSource(const FloatPoint3D& position)
FELighting.h 35 #include "core/platform/graphics/filters/PointLightSource.h"
FELighting.cpp 37 #include "core/platform/graphics/filters/PointLightSource.h"
434 PointLightSource* pointLightSource = static_cast<PointLightSource*>(m_lightSource.get());
435 FloatPoint3D position = pointLightSource->position();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEPointLightElement.cpp 25 #include "core/platform/graphics/filters/PointLightSource.h"
43 return PointLightSource::create(FloatPoint3D(xCurrentValue(), yCurrentValue(), zCurrentValue()));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
FELightingNEON.h 122 PointLightSource* pointLightSource = static_cast<PointLightSource*>(m_lightSource.get());
123 floatArguments.lightX = pointLightSource->position().x();
124 floatArguments.lightY = pointLightSource->position().y();
125 floatArguments.lightZ = pointLightSource->position().z();
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 238 third_party/WebKit/Source/core/platform/graphics/filters/PointLightSource.cpp \
    [all...]
core.gypi     [all...]

Completed in 874 milliseconds