|
GRASS Programmer's Manual
6.4.2(2012)
|

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().
| void PNG_draw_bitmap | ( | int | ncols, |
| int | nrows, | ||
| int | threshold, | ||
| const unsigned char * | buf | ||
| ) |
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, gui_modules.psmap_dialogs::width, vector::x, and vector::y.
Referenced by PNG_Driver().