Home
last modified time | relevance | path

Searched defs:Fl_Image (Results 1 – 18 of 18) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Image.H66 Fl_Image(int W, int H, int D) {w_ = W; h_ = H; d_ = D; ld_ = 0; count_ = 0; data_ = 0;} in Fl_Image() function
95Fl_Image(W,H,D), array(bits), alloc_array(0), id(0), mask(0) {data((const char **)&array, 1); ld(L… in Fl_Image() function
H A Dfl_draw.H34 class Fl_Image; variable
H A DFl.H42 class Fl_Image; variable
H A DFl_Widget.H36 class Fl_Image; variable
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Image.H126 Fl_Image(int W, int H, int D) {w_ = W; h_ = H; d_ = D; ld_ = 0; count_ = 0; data_ = 0;} in Fl_Image() function
199Fl_Image(W,H,D), array(bits), alloc_array(0), id_(0), mask_(0) {data((const char **)&array, 1); ld… in Fl_Image() function
H A DFl.H50 class Fl_Image; variable
H A DFl_Widget.H57 class Fl_Image; variable
H A Dfl_draw.H42 class Fl_Image; variable
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Image.H126 Fl_Image(int W, int H, int D) {w_ = W; h_ = H; d_ = D; ld_ = 0; count_ = 0; data_ = 0;} in Fl_Image() function
198Fl_Image(W,H,D), array(bits), alloc_array(0), id_(0), mask_(0) {data((const char **)&array, 1); ld… in Fl_Image() function
H A DFl.H52 class Fl_Image; variable
H A DFl_Widget.H55 class Fl_Image; variable
H A Dfl_draw.H42 class Fl_Image; variable
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl.H45 class Fl_Image; variable
H A DFl_Widget.H46 class Fl_Image; variable
H A Dfl_draw.H33 class Fl_Image; variable
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Image.cxx47 Fl_Image::Fl_Image(int W, int H, int D) : in Fl_Image() function in Fl_Image
/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc80 void get_texture2d(const string & s,std::pair<Fl_Image *,Fl_Image *> * & texture){ in get_texture2d()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py573 class Fl_Image(object): class