Searched defs:nr_specularlighting (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/filters/
H A Dspecularlighting.cpp292 Inkscape::Filters::FilterSpecularLighting *nr_specularlighting = dynamic_cast<Inkscape::Filters::FilterSpecularLighting*>(nr_primitive); local
293 g_assert(nr_specularlighting != NULL);
295 this->renderer = nr_specularlighting;
298 nr_specularlighting->specularConstant = this->specularConstant;
299 nr_specularlighting->specularExponent = this->specularExponent;
300 nr_specularlighting->surfaceScale = this->surfaceScale;
301 nr_specularlighting->lighting_color = this->lighting_color;
302 nr_specularlighting->set_icc(this->icc);
305 nr_specularlighting->light_type = Inkscape::Filters::NO_LIGHT;
308 nr_specularlighting
[all...]

Completed in 11 milliseconds