#include "types.h"#include "gr.h"Functions | |
| void | gr_rle_decode (ubyte *src, ubyte *dest) |
| int | gr_rle_encode (int org_size, ubyte *src, ubyte *dest) |
| int | gr_rle_getsize (int org_size, ubyte *src) |
| ubyte * | gr_rle_find_xth_pixel (ubyte *src, int x, int *count, ubyte color) |
| int | gr_bitmap_rle_compress (grs_bitmap *bmp) |
| void | gr_rle_expand_scanline_masked (ubyte *dest, ubyte *src, int x1, int x2) |
| void | gr_rle_expand_scanline (ubyte *dest, ubyte *src, int x1, int x2) |
| grs_bitmap * | rle_expand_texture (grs_bitmap *bmp) |
| void | rle_cache_flush () |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.4.6