Functions | |
short | rc_copy (const GRECT *src, GRECT *dst) |
short | rc_equal (const GRECT *r1, const GRECT *r2) |
short | rc_intersect (const GRECT *src, GRECT *dst) |
GRECT * | array_to_grect (const short *array, GRECT *area) |
short * | grect_to_array (const GRECT *area, short *array) |
|
transform a PXY-array structure to a GRECT structure
|
|
transform a GRECT structure to a PXY-array structure
|
|
copy a GRECT structure
|
|
return non-zero value if both area are equal
|
|
Compute the interesection of two rectangles
|