Home
last modified time | relevance | path

Searched refs:fl_create_offscreen_with_alpha (Results 1 – 12 of 12) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_cursor.cxx137 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h);
143 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in help_cursor_image()
157 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in none_cursor_image()
170 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in watch_cursor_image()
194 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in nesw_cursor_image()
214 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in nwse_cursor_image()
H A DFl_Pixmap.cxx61 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h);
118 pxm->id_ = fl_create_offscreen_with_alpha(pxm->w(), pxm->h()); in draw()
H A DFl_Double_Window.cxx206 Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h) { in fl_create_offscreen_with_alpha() function
H A DFl_cocoa.mm90 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h); function
3234 Fl_Offscreen off = fl_create_offscreen_with_alpha(width, height);
3263 Fl_Offscreen off = fl_create_offscreen_with_alpha(width, height);
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_cursor.cxx137 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h);
143 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in help_cursor_image()
157 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in none_cursor_image()
170 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in watch_cursor_image()
194 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in nesw_cursor_image()
214 Fl_Offscreen off = fl_create_offscreen_with_alpha(w, h); in nwse_cursor_image()
H A DFl_Pixmap.cxx61 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h);
118 pxm->id_ = fl_create_offscreen_with_alpha(pxm->w(), pxm->h()); in draw()
H A DFl_Double_Window.cxx182 Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h) { in fl_create_offscreen_with_alpha() function
H A DFl_cocoa.mm90 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h); function
3224 Fl_Offscreen off = fl_create_offscreen_with_alpha(width, height);
3253 Fl_Offscreen off = fl_create_offscreen_with_alpha(width, height);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Pixmap.cxx51 extern Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h);
94 id = fl_create_offscreen_with_alpha(w(), h()); in draw()
H A DFl_Double_Window.cxx249 Fl_Offscreen fl_create_offscreen_with_alpha(int w, int h) { in fl_create_offscreen_with_alpha() function
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dx.H76 # define fl_create_offscreen_with_alpha(w,h) XCreatePixmap(fl_display, RootWindow(fl_display, fl… macro
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Image.cxx835 img->id_ = fl_create_offscreen_with_alpha(img->w(), img->h()); in draw()