|
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/x.H>#include <FL/fl_draw.H>#include <FL/Fl_Widget.H>#include <FL/Fl_Menu_Item.H>#include <FL/Fl_Bitmap.H>#include <FL/Fl_Printer.H>#include "flstring.h"
Go to the source code of this file.
Functions | |
| Fl_Bitmask | fl_create_bitmask (int w, int h, const uchar *data) |
| void | fl_delete_bitmask (Fl_Bitmask bm) |
| Fl_Bitmask | fl_create_alphamask (int w, int h, int d, int ld, const uchar *array) |
| Fl_Bitmask fl_create_alphamask | ( | int | w, |
| int | h, | ||
| int | d, | ||
| int | ld, | ||
| const uchar * | array | ||
| ) |
Definition at line 179 of file Fl_Bitmap.cxx.
| Fl_Bitmask fl_create_bitmask | ( | int | w, |
| int | h, | ||
| const uchar * | data | ||
| ) |
Definition at line 165 of file Fl_Bitmap.cxx.
References fl_display, and fl_window.
Referenced by Fl_Xlib_Graphics_Driver::draw(), and fl_create_alphamask().
| void fl_delete_bitmask | ( | Fl_Bitmask | bm | ) |
Definition at line 170 of file Fl_Bitmap.cxx.
References fl_delete_offscreen().
Referenced by Fl_Pixmap::uncache(), Fl_RGB_Image::uncache(), and Fl_Bitmap::uncache().