Go to the source code of this file.
Data Structures | |
| struct | vcl_rectangle |
Functions | |
| void | vcl_rectangle_set_max (struct vcl_rectangle *r) |
| void | vcl_rectangle_set_empty (struct vcl_rectangle *r) |
| void | vcl_rectangle_enlarge (struct vcl_rectangle *r, int x, int y) |
| void | vcl_rectangle_union (const struct vcl_rectangle *r1, const struct vcl_rectangle *r2, struct vcl_rectangle *result) |
| void | vcl_rectangle_intersection (const struct vcl_rectangle *r1, const struct vcl_rectangle *r2, struct vcl_rectangle *result) |
| void | vcl_rectangle_to_geom_rectangle (const struct vcl_rectangle *src, struct geom_rectangle *dst) |
| int | vcl_rectangle_line_in_p (struct vcl_rectangle *r, int line) |
| int | vcl_rectangle_empty_p (struct vcl_rectangle *r) |
Copyright (c) 2004-2005 The VRR Team <vrr@ucw.cz> This program is distributed under GNU General Public License, see COPYING.
1.3.5