Home
last modified time | relevance | path

Searched refs:fl_can_do_alpha_blending (Results 1 – 20 of 20) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Double_Window.cxx83 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
146 if (fl_can_do_alpha_blending()) in fl_copy_offscreen_with_alpha()
159 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
236 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
324 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
H A DFl_Image.cxx414 if ((d() == 2 || d() == 4) && fl_can_do_alpha_blending()) { in draw()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Double_Window.cxx104 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
123 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
187 …if ( (to_display && fl_can_do_alpha_blending()) || Fl_Surface_Device::surface()->class_name() == F… in fl_copy_offscreen_with_alpha()
202 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
H A Dfl_draw_image_win32.cxx126 if (indexed || !fl_can_do_alpha_blending()) in innards()
H A DFl_Image.cxx502 if ((img->d() == 2 || img->d() == 4) && fl_can_do_alpha_blending()) { in draw()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Double_Window.cxx80 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
99 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
163 …if ( (to_display && fl_can_do_alpha_blending()) || Fl_Surface_Device::surface()->class_name() == F… in fl_copy_offscreen_with_alpha()
178 char fl_can_do_alpha_blending() { in fl_can_do_alpha_blending() function
H A Dfl_draw_image_win32.cxx126 if (indexed || !fl_can_do_alpha_blending()) in innards()
H A DFl_Image.cxx500 if ((img->d() == 2 || img->d() == 4) && fl_can_do_alpha_blending()) { in draw()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Double_Window.cxx168 char fl_can_do_alpha_blending() { function
187 char fl_can_do_alpha_blending() { function
249 if ( fl_can_do_alpha_blending() ) {
263 char fl_can_do_alpha_blending() { function
H A DFl_Image.cxx761 if ((img->d() == 2 || img->d() == 4) && fl_can_do_alpha_blending()) { in build_id()
834 } else if (img->d() == 4 && fl_can_do_alpha_blending()) { in draw()
856 if (img->d() == 4 && fl_can_do_alpha_blending()) in draw()
H A Dfl_draw_image_win32.cxx119 if (indexed || !fl_can_do_alpha_blending()) in innards()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A Dfl_draw.H181 FL_EXPORT char fl_can_do_alpha_blending();
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dfl_draw.H744 FL_EXPORT char fl_can_do_alpha_blending();
/dports/x11-toolkits/ntk/ntk/FL/
H A Dfl_draw.H726 FL_EXPORT char fl_can_do_alpha_blending();
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dfl_draw.H724 FL_EXPORT char fl_can_do_alpha_blending();
/dports/math/giacxcas/fltk-1.3.0/documentation/src/
H A Ddrawing.dox918 char fl_can_do_alpha_blending()
921 \p %fl_can_do_alpha_blending() will return 1, if your
/dports/x11-toolkits/ntk/ntk/documentation/src/
H A Ddrawing.dox918 char fl_can_do_alpha_blending()
921 \p %fl_can_do_alpha_blending() will return 1, if your
/dports/x11-toolkits/fltk/fltk-1.3.8/documentation/src/
H A Ddrawing.dox986 char fl_can_do_alpha_blending()
989 \p %fl_can_do_alpha_blending() will return 1, if your
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py6296 def fl_can_do_alpha_blending(*args): function
6298 return _fltk.fl_can_do_alpha_blending(*args)
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp79154 result = (char)fl_can_do_alpha_blending(); in _wrap_fl_can_do_alpha_blending()