GRASS Programmer's Manual
6.5.svn(2014)-r66266
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
psdriver/Erase.c
Go to the documentation of this file.
1
#include "
psdriver.h
"
2
3
void
PS_Erase
(
void
)
4
{
5
if
(
encapsulated
)
6
output
(
"%d %d %d %d BOX\n"
,
screen_left
,
screen_top
,
screen_right
,
7
screen_bottom
);
8
else
9
output
(
"ERASE\n"
);
10
}
screen_top
int screen_top
Definition:
driver/init.c:35
psdriver.h
screen_left
int screen_left
Definition:
driver/init.c:32
screen_right
int screen_right
Definition:
driver/init.c:33
screen_bottom
int screen_bottom
Definition:
driver/init.c:34
output
void output(const char *fmt,...)
Definition:
psdriver/Graph_set.c:224
encapsulated
int encapsulated
Definition:
psdriver/Graph_set.c:27
PS_Erase
void PS_Erase(void)
Definition:
psdriver/Erase.c:3
lib
psdriver
Erase.c
Generated on Sat Jan 2 2016 01:46:47 for GRASS Programmer's Manual by
1.8.5