HomeSort by relevance Sort by last modified time
    Searched refs:setPointsAt (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
LightSource.h 81 virtual bool setPointsAt(const FloatPoint3D&) { return false; }
SpotLightSource.h 51 virtual bool setPointsAt(const FloatPoint3D&) OVERRIDE;
SpotLightSource.cpp 108 bool SpotLightSource::setPointsAt(const FloatPoint3D& direction)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.cpp 111 return lightSource->setPointsAt(effect->filter()->resolve3dPoint(lightElement->pointsAt()));
SVGFESpecularLightingElement.cpp 118 return lightSource->setPointsAt(effect->filter()->resolve3dPoint(lightElement->pointsAt()));

Completed in 38 milliseconds