GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
psdriver/Raster.c File Reference
#include <string.h>
#include "psdriver.h"
Include dependency graph for psdriver/Raster.c:

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)
 

Function Documentation

void PS_begin_scaled_raster ( int  mask,
int  src[2][2],
int  dst[2][2] 
)

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  )

Definition at line 62 of file psdriver/Raster.c.

References output().

Referenced by PS_Driver().

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().