GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
void | PS_begin_scaled_raster (int mask, int src[2][2], int dst[2][2]) |
int | PS_scaled_raster (int n, int row, const unsigned char *red, const unsigned char *grn, const unsigned char *blu, const unsigned char *nul) |
void | PS_end_scaled_raster (void) |
Definition at line 8 of file psdriver/Raster.c.
References output(), true_color, and dialogs::type.
Referenced by PS_Driver().
void PS_end_scaled_raster | ( | void | ) |
int PS_scaled_raster | ( | int | n, |
int | row, | ||
const unsigned char * | red, | ||
const unsigned char * | grn, | ||
const unsigned char * | blu, | ||
const unsigned char * | nul | ||
) |
Definition at line 31 of file psdriver/Raster.c.
References int, n, output(), and true_color.
Referenced by PS_Driver().