Home | History | Annotate | Download | only in svg

Lines Matching refs:LightSource

109     LightSource* lightSource = const_cast<LightSource*>(specularLighting->lightSource());
111 ASSERT(lightSource);
115 return lightSource->setAzimuth(lightElement->azimuth());
117 return lightSource->setElevation(lightElement->elevation());
119 return lightSource->setX(lightElement->x());
121 return lightSource->setY(lightElement->y());
123 return lightSource->setZ(lightElement->z());
125 return lightSource->setPointsAtX(lightElement->pointsAtX());
127 return lightSource->setPointsAtY(lightElement->pointsAtY());
129 return lightSource->setPointsAtZ(lightElement->pointsAtZ());
131 return lightSource->setSpecularExponent(lightElement->specularExponent());
133 return lightSource->setLimitingConeAngle(lightElement->limitingConeAngle());
215 RefPtr<LightSource> lightSource = SVGFELightElement::findLightSource(this);
216 if (!lightSource)
224 specularExponent(), kernelUnitLengthX(), kernelUnitLengthY(), lightSource.release());