#include "common.h"
#include "vmath.h"
#include "dm/defines.h"
Go to the source code of this file.
|
unsigned long long | dm_hash (struct dm *dmp) |
|
void | dm_generic_hook (const struct bu_structparse *sdp, const char *name, void *base, const char *value, void *data) |
|
int | dm_validXType (const char *dpy_string, const char *name) |
|
int | draw_Line3D (struct dm *dmp, point_t pt1, point_t pt2) |
|
void | flip_display_image_vertically (unsigned char *image, size_t width, size_t height, int alpha) |
|
int | fb_sim_view (struct fb *ifp, int xcenter, int ycenter, int xzoom, int yzoom) |
|
int | fb_sim_getview (struct fb *ifp, int *xcenter, int *ycenter, int *xzoom, int *yzoom) |
|
int | fb_sim_cursor (struct fb *ifp, int mode, int x, int y) |
|
int | fb_sim_getcursor (struct fb *ifp, int *mode, int *x, int *y) |
|
int | fb_sim_readrect (struct fb *ifp, int xmin, int ymin, int width, int height, unsigned char *pp) |
|
int | fb_sim_bwreadrect (struct fb *ifp, int xmin, int ymin, int width, int height, unsigned char *pp) |
|