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

Go to the source code of this file.

Functions

void Cairo_begin_scaled_raster (int mask, int s[2][2], int d[2][2])
 
int Cairo_scaled_raster (int n, int row, const unsigned char *red, const unsigned char *grn, const unsigned char *blu, const unsigned char *nul)
 
void Cairo_end_scaled_raster (void)
 

Function Documentation

void Cairo_begin_scaled_raster ( int  mask,
int  s[2][2],
int  d[2][2] 
)

Definition at line 12 of file cairodriver/Raster.c.

References G_debug(), and G_fatal_error().

Referenced by Cairo_Driver().

void Cairo_end_scaled_raster ( void  )

Definition at line 76 of file cairodriver/Raster.c.

References cairo, G_debug(), and modified.

Referenced by Cairo_Driver().

int Cairo_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 50 of file cairodriver/Raster.c.

References b, g, G_debug(), n, and r.

Referenced by Cairo_Driver().