GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-6c790bf5c0
Paintlib.h File Reference

Go to the source code of this file.

Functions

int Palpha (void)
 
int Pclose (void)
 
int Pcolorlevels (int *, int *, int *)
 
int Pcolormultipliers (int *, int *, int *)
 
int Pcolornum (double, double, double)
 
int Pcolortable (unsigned char *, unsigned char *, unsigned char *, unsigned char *, int)
 
int Pcolorvalue (int, float *, float *, float *)
 
int Pconnect (void)
 
int Pdisconnect (void)
 
int Pdata_begin (void)
 
int Pdata (unsigned char *, int)
 
int Pdata_end (void)
 
int P__closedev (void)
 
int P__errordev (char *)
 
int P__flushdev (void)
 
int P__opendev (char *, char *[], char *)
 
int P__readdev (void *, int)
 
int P__writedev (void *, int)
 
int Pflush (void)
 
double Phres (void)
 
int P__opcode (int)
 
int P__get (char *, int)
 
int P__gets (char *)
 
int P__geti (void)
 
double P__getf (void)
 
int P__send (char *, int)
 
int P__sendi (int)
 
int P__sendf (double)
 
int P__sends (char *)
 
int P__transparent (int)
 
int Plock (void)
 
int Pblockspace (void)
 
int Pblocksize (void)
 
int Pnblocks (void)
 
int Ptextspace (void)
 
int Ptextfudge (void)
 
double Ptextscale (void)
 
int Pnchars (void)
 
int Pncolors (void)
 
int Pnpixels (int *, int *)
 
char * Ppainter_name (void)
 
int Ppictsize (int, int)
 
int Praster (void)
 
int Prle_begin (void)
 
int Prle_end (void)
 
int Prle_set_cols (int)
 
int Ptext (char *)
 
double Pvres (void)
 
int Pinit (void)
 
int Pfinish (void)
 
int paint_interface (int, char **)
 
int paint_error (char *)
 
int paint_delay (int)
 
int paint_lock (char *, int)
 
int paint_unlock (void)
 
int paint_colortable (int)
 
int Pset_color_levels (int)
 
int Pout (char *, int)
 
int Poutc (int)
 
int Pouts (char *)
 
int Popen (void)
 
int Prle (unsigned char, int)
 

Function Documentation

◆ P__closedev()

int P__closedev ( void  )

◆ P__errordev()

int P__errordev ( char *  )

◆ P__flushdev()

int P__flushdev ( void  )

◆ P__get()

int P__get ( char *  ,
int   
)

◆ P__getf()

double P__getf ( void  )

◆ P__geti()

int P__geti ( void  )

◆ P__gets()

int P__gets ( char *  )

◆ P__opcode()

int P__opcode ( int  )

◆ P__opendev()

int P__opendev ( char *  ,
char *  [],
char *   
)

◆ P__readdev()

int P__readdev ( void *  ,
int   
)

◆ P__send()

int P__send ( char *  ,
int   
)

◆ P__sendf()

int P__sendf ( double  )

◆ P__sendi()

int P__sendi ( int  )

◆ P__sends()

int P__sends ( char *  )

◆ P__transparent()

int P__transparent ( int  )

◆ P__writedev()

int P__writedev ( void *  ,
int   
)

◆ paint_colortable()

int paint_colortable ( int  )

◆ paint_delay()

int paint_delay ( int  )

◆ paint_error()

int paint_error ( char *  )

◆ paint_interface()

int paint_interface ( int  ,
char **   
)

◆ paint_lock()

int paint_lock ( char *  ,
int   
)

◆ paint_unlock()

int paint_unlock ( void  )

◆ Palpha()

int Palpha ( void  )

◆ Pblocksize()

int Pblocksize ( void  )

◆ Pblockspace()

int Pblockspace ( void  )

◆ Pclose()

int Pclose ( void  )

◆ Pcolorlevels()

int Pcolorlevels ( int *  ,
int *  ,
int *   
)

◆ Pcolormultipliers()

int Pcolormultipliers ( int *  ,
int *  ,
int *   
)

◆ Pcolornum()

int Pcolornum ( double  ,
double  ,
double   
)

◆ Pcolortable()

int Pcolortable ( unsigned char *  ,
unsigned char *  ,
unsigned char *  ,
unsigned char *  ,
int   
)

◆ Pcolorvalue()

int Pcolorvalue ( int  ,
float *  ,
float *  ,
float *   
)

◆ Pconnect()

int Pconnect ( void  )

◆ Pdata()

int Pdata ( unsigned char *  ,
int   
)

◆ Pdata_begin()

int Pdata_begin ( void  )

◆ Pdata_end()

int Pdata_end ( void  )

◆ Pdisconnect()

int Pdisconnect ( void  )

◆ Pfinish()

int Pfinish ( void  )

◆ Pflush()

int Pflush ( void  )

◆ Phres()

double Phres ( void  )

◆ Pinit()

int Pinit ( void  )

◆ Plock()

int Plock ( void  )

◆ Pnblocks()

int Pnblocks ( void  )

◆ Pnchars()

int Pnchars ( void  )

◆ Pncolors()

int Pncolors ( void  )

◆ Pnpixels()

int Pnpixels ( int *  ,
int *   
)

◆ Popen()

int Popen ( void  )

◆ Pout()

int Pout ( char *  ,
int   
)

◆ Poutc()

int Poutc ( int  )

◆ Pouts()

int Pouts ( char *  )

◆ Ppainter_name()

char* Ppainter_name ( void  )

◆ Ppictsize()

int Ppictsize ( int  ,
int   
)

◆ Praster()

int Praster ( void  )

◆ Prle()

int Prle ( unsigned char  ,
int   
)

◆ Prle_begin()

int Prle_begin ( void  )

◆ Prle_end()

int Prle_end ( void  )

◆ Prle_set_cols()

int Prle_set_cols ( int  )

◆ Pset_color_levels()

int Pset_color_levels ( int  )

◆ Ptext()

int Ptext ( char *  )

◆ Ptextfudge()

int Ptextfudge ( void  )

◆ Ptextscale()

double Ptextscale ( void  )

◆ Ptextspace()

int Ptextspace ( void  )

◆ Pvres()

double Pvres ( void  )