Searched refs:diffuseConstant (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/filters/ |
H A D | diffuselighting.cpp | 37 this->diffuseConstant = 1; 62 this->readAttr( "diffuseConstant" ); 110 this->diffuseConstant = g_ascii_strtod(value, &end_ptr); 112 if (end_ptr && this->diffuseConstant >= 0) { 116 g_warning("this: diffuseConstant should be a positive number ... defaulting to 1"); 121 this->diffuseConstant = 1; 126 this->renderer->diffuseConstant = this->diffuseConstant; 185 this->readAttr( "diffuseConstant" ); 211 sp_repr_set_css_double(repr, "diffuseConstant", thi [all...] |
H A D | diffuselighting.h | 35 gfloat diffuseConstant; member in class:SPFeDiffuseLighting
|
/inkscape/src/display/ |
H A D | nr-filter-diffuselighting.h | 46 double diffuseConstant; member in class:Inkscape::Filters::FilterDiffuseLighting
|
H A D | nr-filter-diffuselighting.cpp | 33 diffuseConstant = 1; 172 DiffuseDistantLight(input, light.distant, color, scale, diffuseConstant)); 176 DiffusePointLight(input, light.point, color, trans, scale, diffuseConstant, x0, y0)); 180 DiffuseSpotLight(input, light.spot, color, trans, scale, diffuseConstant, x0, y0));
|
Completed in 67 milliseconds