|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <FL/Fl.H>#include <FL/fl_draw.H>#include <FL/x.H>#include <stdio.h>#include "flstring.h"
Go to the source code of this file.
Classes | |
| struct | pixmap_data |
Functions | |
| int | fl_measure_pixmap (char *const *data, int &w, int &h) |
| int | fl_measure_pixmap (const char *const *cdata, int &w, int &h) |
| int | fl_draw_pixmap (char *const *data, int x, int y, Fl_Color bg) |
| int | fl_draw_pixmap (const char *const *cdata, int x, int y, Fl_Color bg) |
Variables | |
| static int | chars_per_pixel |
| uchar ** | fl_mask_bitmap |
| int chars_per_pixel |
Definition at line 44 of file fl_draw_pixmap.cxx.
Referenced by Fl_Pixmap::color_average(), Fl_Pixmap::copy(), Fl_Pixmap::desaturate(), fl_draw_pixmap(), and fl_measure_pixmap().
Definition at line 163 of file fl_draw_pixmap.cxx.