Go to the source code of this file.
Data Structures | |
struct | Insets4f |
Typedefs | |
typedef Insets4f | Insets4f |
Functions | |
Insets4f | Insets4f_new (float x1, float x2, float y1, float y2) |
Rectangle4i | Insets4f_convert (Insets4f insets) |
Insets4f | Insets4f_mergeInsets (Insets4f RECT1, Insets4f RECT2) |
void | Insets4f_order (Insets4f *insets) |
void | Insets4f_fprint (FILE *fp, Insets4f *insets) |
void | Insets4f_fprintln (FILE *fp, Insets4f *insets) |
void | Insets4f_fprintAsHeader (FILE *fp, Insets4f *insets) |
int | Insets4f_isPointInside (Insets4f *rect, float x, float y) |
int | Insets4f_correctSubInsets (Insets4f *subrect, Insets4f *rect) |
void | Insets4f_round (Insets4f *insets) |
Insets4f * | Insets4fArray_create (int size, int start_index) |