Utilities for RasterDescription manipulation. More...
#include "skinkit.h"#include "skinras.h"#include "hqmemcpy.h"#include "hqstr.h"#include "mem.h"#include "swdataapi.h"Functions | |
| size_t | RasterDescriptionPack (RasterDescription *rd, void *addr) |
| Pack a raster description into a contiguous block of memory. More... | |
| RasterDescription * | RasterDescriptionUnpack (const void *addr) |
| Unpack a raster description from a contiguous block of memory into allocated memory. More... | |
| void | RasterDescriptionFreeUnpacked (RasterDescription **ppRD) |
| Free the memory allocated for a RasterDescription previously created by RasterDescriptionUnpack(). More... | |
| RASTER_SHEET * | RasterSheetFromDescription (const RasterDescription *pRD) |
| Get the raster sheet currently being rendered in an (unpacked) raster description. More... | |
Utilities for RasterDescription manipulation.