Searched refs:_y0 (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-diffuselighting.cpp90 , _y0(y0)
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
112 , _y0(y0)
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.cpp100 , _y0(y0)
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
124 , _y0(y0)
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.cpp1151 // Geom::IntRect old_area = Geom::IntRect::from_xywh(canvas->_x0, canvas->_y0,
1154 Geom::IntRect new_area = Geom::IntRect::from_xywh(canvas->_x0, canvas->_y0,
1162 cairo_translate(cr, -canvas->_x0, -canvas->_y0);
1166 cairo_set_source_surface(cr, canvas->_backing_store, canvas->_x0, canvas->_y0);
1174 cairo_rectangle_int_t crect = { canvas->_x0, canvas->_y0, allocation->width, allocation->height };
1243 ev->crossing.y += _y0;
1251 ev->motion.y += _y0;
1375 y += _y0;
1593 cairo_translate(xct, paint_rect.left() - _x0, paint_rect.top() - _y0);
1605 gtk_widget_queue_draw_area(GTK_WIDGET(this), paint_rect.left() -_x0, paint_rect.top() - _y0,
[all...]
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
H A Dsp-canvas.h185 int _y0; ///< World coordinate of the topmost pixels member in struct:SPCanvas
/inkscape/src/ui/tool/
H A Devent-utils.cpp64 event.y -= canvas->_y0;
96 event.y += canvas->_y0;

Completed in 34 milliseconds