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)  

fl_draw_pixmap.cxx File Reference

#include <FL/Fl.H>
#include <FL/fl_draw.H>
#include <FL/x.H>
#include <stdio.h>
#include "flstring.h"
Include dependency graph for fl_draw_pixmap.cxx:

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

Variable Documentation

Definition at line 163 of file fl_draw_pixmap.cxx.