GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
Loading...
Searching...
No Matches
draw.c File Reference

GRASS PS display driver. More...

#include "psdriver.h"
Include dependency graph for psdriver/draw.c:

Go to the source code of this file.

Functions

void PS_Begin (void)
 
void PS_Move (double x, double y)
 
void PS_Cont (double x, double y)
 
void PS_Close (void)
 
void PS_Stroke (void)
 
void PS_Fill (void)
 
void PS_Point (double x, double y)
 

Detailed Description

GRASS PS display driver.

SPDX-FileCopyrightText: 2007-2008 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later

Author
Glynn Clements

Definition in file psdriver/draw.c.

Function Documentation

◆ PS_Begin()

void PS_Begin ( void  )

Definition at line 15 of file psdriver/draw.c.

References output().

Referenced by PS_Driver().

◆ PS_Close()

void PS_Close ( void  )

Definition at line 30 of file psdriver/draw.c.

References output().

Referenced by PS_Driver().

◆ PS_Cont()

void PS_Cont ( double  x,
double  y 
)

Definition at line 25 of file psdriver/draw.c.

References output(), and x.

Referenced by PS_Driver().

◆ PS_Fill()

void PS_Fill ( void  )

Definition at line 40 of file psdriver/draw.c.

References output().

Referenced by PS_Driver().

◆ PS_Move()

void PS_Move ( double  x,
double  y 
)

Definition at line 20 of file psdriver/draw.c.

References output(), and x.

Referenced by PS_Driver().

◆ PS_Point()

void PS_Point ( double  x,
double  y 
)

Definition at line 45 of file psdriver/draw.c.

References output(), and x.

Referenced by PS_Driver().

◆ PS_Stroke()

void PS_Stroke ( void  )

Definition at line 35 of file psdriver/draw.c.

References output().

Referenced by PS_Driver().