setPointsAtX 120 Source/core/svg/SVGFEDiffuseLightingElement.cpp return lightSource->setPointsAtX(lightElement->pointsAtX()->currentValue()->value()); setPointsAtX 127 Source/core/svg/SVGFESpecularLightingElement.cpp return lightSource->setPointsAtX(lightElement->pointsAtX()->currentValue()->value()); setPointsAtX 83 Source/platform/graphics/filters/LightSource.h virtual bool setPointsAtX(float) { return false; } setPointsAtX 53 Source/platform/graphics/filters/SpotLightSource.h virtual bool setPointsAtX(float) OVERRIDE;