|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-55de52a352
|
GRASS cairo display driver - draw bitmap. More...

Go to the source code of this file.
Functions | |
| void | Cairo_Bitmap (int ncols, int nrows, int threshold, const unsigned char *buf) |
| Draw bitmap. | |
GRASS cairo display driver - draw bitmap.
SPDX-FileCopyrightText: 2007-2008 Lars Ahlzen SPDX-FileCopyrightText: GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file cairodriver/draw_bitmap.c.
Draw bitmap.
| ncols,nrows | number of columns and rows |
| threshold | threshold value |
| buf | data buffer |
Definition at line 25 of file cairodriver/draw_bitmap.c.
References _, ca, cairo, cur_x, cur_y, G_debug(), G_fatal_error(), and malloc().
Referenced by Cairo_Driver().