Home | History | Annotate | Download | only in svg

Lines Matching refs:LightSource

102     LightSource* lightSource = const_cast<LightSource*>(diffuseLighting->lightSource());
104 ASSERT(lightSource);
108 return lightSource->setAzimuth(lightElement->azimuth());
110 return lightSource->setElevation(lightElement->elevation());
112 return lightSource->setX(lightElement->x());
114 return lightSource->setY(lightElement->y());
116 return lightSource->setZ(lightElement->z());
118 return lightSource->setPointsAtX(lightElement->pointsAtX());
120 return lightSource->setPointsAtY(lightElement->pointsAtY());
122 return lightSource->setPointsAtZ(lightElement->pointsAtZ());
124 return lightSource->setSpecularExponent(lightElement->specularExponent());
126 return lightSource->setLimitingConeAngle(lightElement->limitingConeAngle());
204 RefPtr<LightSource> lightSource = SVGFELightElement::findLightSource(this);
205 if (!lightSource)
212 kernelUnitLengthX(), kernelUnitLengthY(), lightSource.release());