|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
GRASS cairo display driver. More...
#include "cairodriver.h"
Go to the source code of this file.
Functions | |
| void | Cairo_Begin (void) |
| void | Cairo_Move (double x, double y) |
| void | Cairo_Cont (double x, double y) |
| void | Cairo_Close (void) |
| void | Cairo_Stroke (void) |
| void | Cairo_Fill (void) |
| void | Cairo_Point (double x, double y) |
GRASS cairo display driver.
SPDX-FileCopyrightText: 2007-2008 Lars Ahlzen SPDX-FileCopyrightText: 2007-2008 Glynn Clements SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file cairodriver/draw.c.
Definition at line 27 of file cairodriver/draw.c.
Referenced by Cairo_Driver().
Definition at line 43 of file cairodriver/draw.c.
Referenced by Cairo_Driver().
Definition at line 22 of file cairodriver/draw.c.
Referenced by Cairo_Driver().
Definition at line 49 of file cairodriver/draw.c.
Referenced by Cairo_Driver().
Definition at line 37 of file cairodriver/draw.c.
Referenced by Cairo_Driver().