setPointsAtY 122 Source/core/svg/SVGFEDiffuseLightingElement.cpp return lightSource->setPointsAtY(lightElement->pointsAtY()->currentValue()->value()); setPointsAtY 129 Source/core/svg/SVGFESpecularLightingElement.cpp return lightSource->setPointsAtY(lightElement->pointsAtY()->currentValue()->value()); setPointsAtY 84 Source/platform/graphics/filters/LightSource.h virtual bool setPointsAtY(float) { return false; } setPointsAtY 54 Source/platform/graphics/filters/SpotLightSource.h virtual bool setPointsAtY(float) OVERRIDE;