Searched refs:image_to_icon (Results 1 – 1 of 1) sorted by relevance
/dports/x11-toolkits/fltk/fltk-1.3.8/src/ |
H A D | Fl_win32.cxx | 2208 static HICON image_to_icon(const Fl_RGB_Image *image, bool is_icon, function 2337 default_big_icon = image_to_icon(best_big, true, 0, 0); 2340 default_small_icon = image_to_icon(best_small, true, 0, 0); 2384 big_icon = image_to_icon(best_big, true, 0, 0); 2386 small_icon = image_to_icon(best_small, true, 0, 0); 2513 new_cursor = image_to_icon(image, false, hotx, hoty);
|