GRASS 8 Programmer's Manual
8.6.0dev(2026)-1878fdfec5
Loading...
Searching...
No Matches
psdriver/set_window.c
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* MODULE: PNG driver
4
* AUTHOR(S): Glynn Clements <glynn@gclements.plus.com>
5
* SPDX-FileCopyrightText: 2007 Glynn Clements
6
* SPDX-FileCopyrightText: GRASS Development Team
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*
9
*****************************************************************************/
10
11
#include "
psdriver.h
"
12
13
void
PS_Set_window
(
double
t
,
double
b
,
double
l
,
double
r
)
14
{
15
output
(
"%.1f %.1f %.1f %.1f %s\n"
,
t
,
b
,
l
,
r
,
16
ps
.encapsulated ?
"EPSWINDOW"
:
"WINDOW"
);
17
}
ps
struct ps_state ps
Definition
psdriver/graph_set.c:26
output
void output(const char *fmt,...)
Definition
psdriver/graph_set.c:233
PS_Set_window
void PS_Set_window(double t, double b, double l, double r)
Definition
psdriver/set_window.c:13
psdriver.h
b
double b
Definition
r_raster.c:37
l
double l
Definition
r_raster.c:37
t
double t
Definition
r_raster.c:37
r
double r
Definition
r_raster.c:37
lib
psdriver
set_window.c
Generated on Wed Sep 9 2026 06:57:42 for GRASS 8 Programmer's Manual by
1.9.8