Searched defs:_light (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/display/ |
H A D | nr-filter-diffuselighting.cpp | 88 , _light(light, color, trans) 92 _light.light_components(_light_components); 97 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0); 101 PointLight _light; member in struct:Inkscape::Filters::DiffusePointLight 110 , _light(light, color, trans) 117 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0); 118 _light.light_components(light_components, light); 122 SpotLight _light; member in struct:Inkscape::Filters::DiffuseSpotLight
|
H A D | nr-filter-specularlighting.cpp | 98 , _light(light, color, trans) 102 _light.light_components(_light_components); 107 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0); 112 PointLight _light; member in struct:Inkscape::Filters::SpecularPointLight 122 , _light(light, color, trans) 129 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0); 130 _light.light_components(light_components, light); 135 SpotLight _light; member in struct:Inkscape::Filters::SpecularSpotLight
|
Completed in 55 milliseconds