#include <sys/types.h>
Go to the source code of this file.
◆ xyarray__delete()
| void xyarray__delete |
( |
struct xyarray * |
xy | ) |
|
◆ xyarray__entry()
| static void* xyarray__entry |
( |
struct xyarray * |
xy, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
inlinestatic |
◆ xyarray__max_x()
| static int xyarray__max_x |
( |
struct xyarray * |
xy | ) |
|
|
inlinestatic |
◆ xyarray__max_y()
| static int xyarray__max_y |
( |
struct xyarray * |
xy | ) |
|
|
inlinestatic |
◆ xyarray__new()
| struct xyarray* xyarray__new |
( |
int |
xlen, |
|
|
int |
ylen, |
|
|
size_t |
entry_size |
|
) |
| |
◆ xyarray__reset()
| void xyarray__reset |
( |
struct xyarray * |
xy | ) |
|