Functions | |
void | GrDrawImageToFit (GR_DRAW_ID id, GR_GC_ID gc, GR_COORD x, GR_COORD y, GR_SIZE width, GR_SIZE height, GR_IMAGE_ID imageid) |
Draws the image from the specified image buffer at the specified position on the specified drawable using the specified graphics context. | |
void | GrFreeImage (GR_IMAGE_ID id) |
Destroys the specified image buffer and reclaims the memory used by it. | |
void | GrGetImageInfo (GR_IMAGE_ID id, GR_IMAGE_INFO *iip) |
Fills in the specified image information structure with the details of the specified image buffer. | |
GR_IMAGE_ID | GrLoadImageFromBuffer (void *buffer, int size, int flags) |
FIXME. | |
void | GrDrawImageFromBuffer (GR_DRAW_ID id, GR_GC_ID gc, GR_COORD x, GR_COORD y, GR_SIZE width, GR_SIZE height, void *buffer, int size, int flags) |
FIXME. |
|
FIXME.
|
|
Draws the image from the specified image buffer at the specified position on the specified drawable using the specified graphics context. The width and height values specify the size of the image to draw- if the actual image is a different size, it will be scaled to fit.
|
|
Destroys the specified image buffer and reclaims the memory used by it.
|
|
Fills in the specified image information structure with the details of the specified image buffer.
|
|
FIXME.
|