setPointsAtZ      124 Source/core/svg/SVGFEDiffuseLightingElement.cpp         return lightSource->setPointsAtZ(lightElement->pointsAtZ()->currentValue()->value());
setPointsAtZ      131 Source/core/svg/SVGFESpecularLightingElement.cpp         return lightSource->setPointsAtZ(lightElement->pointsAtZ()->currentValue()->value());
setPointsAtZ       85 Source/platform/graphics/filters/LightSource.h     virtual bool setPointsAtZ(float) { return false; }
setPointsAtZ       55 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setPointsAtZ(float) OVERRIDE;