Functions

ps_out2.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_out2.c:

Functions

void ps_Set_Gray (float gray)
void ps_Set_RGB (float red, float green, float blue)
void ps_Set_Line_Width (float w)
void ps_Draw_Line (float x1, float y1, float x2, float y2)
void ps_Set_Clip_Rect (float w, float h, float x, float y)
void ps_Draw_Rect (float w, float h, float x, float y)
void ps_Fill_Rect (float w, float h, float x, float y)
void ps_Hatch_Rect (float w, float h, float x, float y, float ang, float d)

Function Documentation

void ps_Draw_Line ( float  x1,
float  y1,
float  x2,
float  y2 
)
void ps_Draw_Rect ( float  w,
float  h,
float  x,
float  y 
)
void ps_Fill_Rect ( float  w,
float  h,
float  x,
float  y 
)
void ps_Hatch_Rect ( float  w,
float  h,
float  x,
float  y,
float  ang,
float  d 
)
void ps_Set_Clip_Rect ( float  w,
float  h,
float  x,
float  y 
)
void ps_Set_Gray ( float  gray  ) 
void ps_Set_Line_Width ( float  w  ) 
void ps_Set_RGB ( float  red,
float  green,
float  blue 
)