Home
last modified time | relevance | path

Searched refs:img_other (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_popup_menu.cxx177 vgui_menu img_other; in get_menu() local
179 MENU_TAB_ADD_PROCESS("Range Map", "range_map", img_other, img_tab); in get_menu()
180 MENU_TAB_ADD_PROCESS("Intensity Profile", "intensity_profile", img_other, img_tab); in get_menu()
181 MENU_TAB_ADD_PROCESS("Histogram Plot", "histogram", img_other, img_tab); in get_menu()
183 MENU_TAB_ADD_PROCESS("Histogram Plot(Poly)", "histogram_poly", img_other, img_tab); in get_menu()
185 img_other.add( "Show Path" , in get_menu()
189 img_other.separator(); in get_menu()
190 img_other.add( "Zoom to Fit" , in get_menu()
194 img_other.add( "Scroll to Image Location" , in get_menu()
198 menu.add("Image Display", img_other); in get_menu()
/dports/graphics/katarakt/katarakt-99735bc0b15b57d689b6c982d43b85ed1b40ef45/src/
H A Dworker.cpp109 kp.img_other[index] = img; in run()
112 kp.img_other[index] = QImage(); in run()
123 kp.img[index] = kp.img_other[index]; in run()
135 …kp.thumbnail = kp.img_other[index].scaled(QSize(thumbnail_size, thumbnail_size), Qt::IgnoreAspectR… in run()
H A Dkpage.h38 QImage img_other[3]; variable
H A Dkpage.cpp76 img[i].swap(img_other[i]); in toggle_invert_colors()
H A Dresourcemanager.cpp272 k_page[page].img_other[index] = QImage(); in collect_garbage()