Functions

ps_out5.c File Reference

#include <math.h>
#include <memory.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "psout.h"
#include "psprivate.h"
Include dependency graph for ps_out5.c:

Functions

void ps_Draw_Circle (float x, float y, float r)
void ps_Fill_Circle (float x, float y, float r)
void ps_Mark_Circle (float x, float y)
void ps_Draw_Arc (float x, float y, float r, float a0, float a1)
void ps_Write_Command (char *command)
void ps_Newpath (void)
void ps_MoveTo (float x, float y)
void ps_LineTo (float x, float y)
void ps_ShCone (float x, float y, float x1, float y1, float x2, float y2)
void ps_GSave (void)
void ps_GRestore (void)
void ps_BeginDict (int n)
void ps_EndDict (void)
void ps_DenseScreen (void)

Function Documentation

void ps_BeginDict ( int  n  ) 
void ps_DenseScreen ( void   ) 
void ps_Draw_Arc ( float  x,
float  y,
float  r,
float  a0,
float  a1 
)
void ps_Draw_Circle ( float  x,
float  y,
float  r 
)
void ps_EndDict ( void   ) 
void ps_Fill_Circle ( float  x,
float  y,
float  r 
)
void ps_GRestore ( void   ) 
void ps_GSave ( void   ) 
void ps_LineTo ( float  x,
float  y 
)
void ps_Mark_Circle ( float  x,
float  y 
)
void ps_MoveTo ( float  x,
float  y 
)
void ps_Newpath ( void   ) 
void ps_ShCone ( float  x,
float  y,
float  x1,
float  y1,
float  x2,
float  y2 
)
void ps_Write_Command ( char *  command  )