Lines Matching refs:tmp_bounds
978 GooCanvasBounds tmp_bounds; in goo_canvas_polyline_compute_bounds() local
1004 cairo_fill_extents (cr, &tmp_bounds.x1, &tmp_bounds.y1, in goo_canvas_polyline_compute_bounds()
1005 &tmp_bounds.x2, &tmp_bounds.y2); in goo_canvas_polyline_compute_bounds()
1006 bounds->x1 = MIN (bounds->x1, tmp_bounds.x1); in goo_canvas_polyline_compute_bounds()
1007 bounds->y1 = MIN (bounds->y1, tmp_bounds.y1); in goo_canvas_polyline_compute_bounds()
1008 bounds->x2 = MAX (bounds->x2, tmp_bounds.x2); in goo_canvas_polyline_compute_bounds()
1009 bounds->y2 = MAX (bounds->y2, tmp_bounds.y2); in goo_canvas_polyline_compute_bounds()
1015 cairo_fill_extents (cr, &tmp_bounds.x1, &tmp_bounds.y1, in goo_canvas_polyline_compute_bounds()
1016 &tmp_bounds.x2, &tmp_bounds.y2); in goo_canvas_polyline_compute_bounds()
1017 bounds->x1 = MIN (bounds->x1, tmp_bounds.x1); in goo_canvas_polyline_compute_bounds()
1018 bounds->y1 = MIN (bounds->y1, tmp_bounds.y1); in goo_canvas_polyline_compute_bounds()
1019 bounds->x2 = MAX (bounds->x2, tmp_bounds.x2); in goo_canvas_polyline_compute_bounds()
1020 bounds->y2 = MAX (bounds->y2, tmp_bounds.y2); in goo_canvas_polyline_compute_bounds()