Home
last modified time | relevance | path

Searched refs:best_big (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dpackage.cc327 fb_t::iterator bl, best_big, best_small; in alloc_block() local
332 best_big = bl, bb_size = bl->second; in alloc_block()
338 bl = best_big; in alloc_block()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx2323 const Fl_RGB_Image *best_big, *best_small; local
2333 best_big = find_best_icon(GetSystemMetrics(SM_CXICON), icons, count);
2336 if (best_big != NULL)
2337 default_big_icon = image_to_icon(best_big, true, 0, 0);
2374 const Fl_RGB_Image *best_big, *best_small; local
2376 best_big = find_best_icon(GetSystemMetrics(SM_CXICON),
2383 if (best_big != NULL)
2384 big_icon = image_to_icon(best_big, true, 0, 0);