Lines Matching refs:_y0

1151 //    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,
1734 Geom::IntRect canvas_rect = Geom::IntRect::from_xywh(_x0, _y0,
1804 Geom::Rect dr = Geom::Rect::from_xywh(rectangle.x + canvas->_x0, rectangle.y + canvas->_y0,
1887 cairo_rectangle_int_t crect = { _x0, _y0, allocation.width, allocation.height };
1975 int dy = iy - _y0; // canvas w.r.t its previous position
1993 cairo_set_source_surface(cr, _backing_store, _x0, _y0);
1994 cairo_rectangle(cr, _x0, _y0, allocation.width, allocation.height);
2004 _y0 = iy;
2010 cairo_rectangle_int_t crect = { _x0, _y0, allocation.width, allocation.height };
2094 if (worldy) *worldy = canvas->_y0 + winy;
2106 if (winy) *winy = worldy - canvas->_y0;
2117 return Geom::Point(canvas->_x0 + win[0], canvas->_y0 + win[1]);
2128 return Geom::Point(world[0] - canvas->_x0, world[1] - canvas->_y0);
2145 ( canvas->_y0 <= world[Geom::Y] ) &&
2147 ( world[Geom::Y] < canvas->_y0 + allocation.height ) );
2171 ret.setMin(Geom::IntPoint(_x0, _y0));
2172 ret.setMax(Geom::IntPoint(_x0 + allocation.width, _y0 + allocation.height));