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
13void 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}
struct ps_state ps
void output(const char *fmt,...)
void PS_Set_window(double t, double b, double l, double r)
double b
Definition r_raster.c:37
double l
Definition r_raster.c:37
double t
Definition r_raster.c:37
double r
Definition r_raster.c:37