GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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. More... | |
GRASS cairo display driver - draw bitmap.
(C) 2007-2008 by Lars Ahlzen and the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file cairodriver/draw_bitmap.c.
void Cairo_Bitmap | ( | int | ncols, |
int | nrows, | ||
int | threshold, | ||
const unsigned char * | buf | ||
) |
Draw bitmap.
ncols,nrows | number of columns and rows |
threshold | threshold value |
buf | data buffer |
Definition at line 26 of file cairodriver/draw_bitmap.c.