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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFESpotLightElement.idl 32 readonly attribute SVGAnimatedNumber pointsAtZ;
SVGFELightElement.h 56 SVGAnimatedNumber* pointsAtZ() { return m_pointsAtZ.get(); }
57 const SVGAnimatedNumber* pointsAtZ() const { return m_pointsAtZ.get(); }
SVGFELightElement.cpp 72 return FloatPoint3D(pointsAtX()->currentValue()->value(), pointsAtY()->currentValue()->value(), pointsAtZ()->currentValue()->value());

Completed in 1288 milliseconds