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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpotLightElement.cpp 38 return SpotLightSource::create(filter->resolve3dPoint(position()), filter->resolve3dPoint(pointsAt()), specularExponent()->currentValue()->value(), limitingConeAngle()->currentValue()->value());
SVGFEPointLightElement.cpp 38 return PointLightSource::create(filter->resolve3dPoint(position()));
SVGFEDiffuseLightingElement.cpp 109 return lightSource->setPosition(effect->filter()->resolve3dPoint(lightElement->position()));
111 return lightSource->setPointsAt(effect->filter()->resolve3dPoint(lightElement->pointsAt()));
SVGFESpecularLightingElement.cpp 116 return lightSource->setPosition(effect->filter()->resolve3dPoint(lightElement->position()));
118 return lightSource->setPointsAt(effect->filter()->resolve3dPoint(lightElement->pointsAt()));
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFilter.h 41 virtual FloatPoint3D resolve3dPoint(const FloatPoint3D&) const OVERRIDE;
SVGFilter.cpp 51 FloatPoint3D SVGFilter::resolve3dPoint(const FloatPoint3D& point) const
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
Filter.h 70 virtual FloatPoint3D resolve3dPoint(const FloatPoint3D& point) const { return point; }

Completed in 64 milliseconds