GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Macros | |
#define | min(a, b) ((a)<(b)?(a):(b)) |
#define | max(a, b) ((a)>(b)?(a):(b)) |
Functions | |
void | PNG_draw_bitmap (int ncols, int nrows, int threshold, const unsigned char *buf) |
Definition at line 17 of file pngdriver/Draw_bitmap.c.
Referenced by PNG_draw_bitmap().
Definition at line 14 of file pngdriver/Draw_bitmap.c.
Referenced by PNG_draw_bitmap().
Definition at line 20 of file pngdriver/Draw_bitmap.c.
References b, clip_bot, clip_left, clip_rite, clip_top, cur_x, cur_y, currentColor, g, get_color(), get_pixel(), grid, max, min, modified, r, true_color, dialogs::width, vector::x, and y.
Referenced by PNG_Driver().