|
GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|

Go to the source code of this file.
Functions | |
| void | PS_begin_raster (int mask, int src[2][2], double dst[2][2]) |
| int | PS_raster (int n, int row, const unsigned char *red, const unsigned char *grn, const unsigned char *blu, const unsigned char *nul) |
| void | PS_end_raster (void) |
| void PS_begin_raster | ( | int | mask, |
| int | src[2][2], | ||
| double | dst[2][2] | ||
| ) |
Definition at line 8 of file psdriver/raster.c.
| void PS_end_raster | ( | void | ) |
Definition at line 62 of file psdriver/raster.c.
References output().
| int PS_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 ps, and ps_state::true_color.