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

/inkscape/src/display/
H A Dnr-filter-diffuselighting.cpp89 , _x0(x0)
97 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
103 double _x0, _y0; member in struct:Inkscape::Filters::DiffusePointLight
111 , _x0(x0)
117 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
123 double _x0, _y0; member in struct:Inkscape::Filters::DiffuseSpotLight
H A Dnr-filter-specularlighting.cpp99 , _x0(x0)
107 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
114 double _x0, _y0; member in struct:Inkscape::Filters::SpecularPointLight
123 , _x0(x0)
129 _light.light_vector(light, _x0 + x, _y0 + y, _scale * alphaAt(x, y)/255.0);
136 double _x0, _y0; member in struct:Inkscape::Filters::SpecularSpotLight
H A Dsp-canvas.h184 int _x0; ///< World coordinate of the leftmost pixels member in struct:SPCanvas
H A Dnr-filter-turbulence.cpp375 , _x0(x0), _y0(y0)
378 Geom::Point point(x + _x0, y + _y0);
385 int _x0, _y0; member in struct:Inkscape::Filters::Turbulence

Completed in 19 milliseconds