Searched refs:ImageAt (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/translators/raw/
H A DLibRAW.h75 status_t ImageAt(uint32 index, image_data_info& info)
H A Dmain.cpp87 raw.ImageAt(i, data);
H A DRAW.h72 status_t ImageAt(uint32 index, image_data_info& info) const;
H A DLibRAW.cpp306 LibRAW::ImageAt(uint32 index, image_data_info& info) const function in class:LibRAW
H A DRAWTranslator.cpp271 raw.ImageAt(imageIndex, data);
H A DRAW.cpp3662 DCRaw::ImageAt(uint32 index, image_data_info& info) const
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp135 Image* ImageAt(int32 index) const function in class:ImageListView::ImagesTableModel
212 for (int32 i = 0; Image* other = fImagesTableModel->ImageAt(i); i++) {
292 image = fImagesTableModel->ImageAt(selectionModel->RowAt(0));

Completed in 170 milliseconds