Lines Matching refs:rle
8 * This file contains routines to read input images in Utah RLE format.
16 * the file is indeed RLE format).
26 /* rle.h is provided by the Utah Raster Toolkit. */
28 #include <rle.h>
40 * We support the following types of RLE files:
56 * Since RLE stores scanlines bottom-to-top, we have to invert the image
89 /* Use RLE library routine to get the header info */
231 * Load the image into a virtual array. We have to do this because RLE
234 * of input. What we do is load the RLE data into the array and then call
256 /* Read the RLE data into our virtual array.
367 * The module selection routine for RLE format input.