Searched refs:imageIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/translators/raw/
H A DRAWTranslator.cpp237 int32 imageIndex = 0; local
247 if (settings->FindInt32(kDocumentIndex, &imageIndex) == B_OK)
248 imageIndex--;
250 imageIndex = 0;
252 if (imageIndex < 0 || imageIndex >= (int32)raw.CountImages())
256 status = raw.ReadImageAt(imageIndex, buffer, bufferSize);
271 raw.ImageAt(imageIndex, data);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h43 BGImageMenuItem(const char* label, int32 imageIndex,
116 Image* GetImage(int32 imageIndex);
138 BGImageMenuItem* _FindImageItem(const int32 imageIndex);
H A DBackgroundImage.cpp120 int32 imageIndex = -1; local
126 imageIndex = view->AddImage(bpath);
127 if (imageIndex < 0) {
128 imageIndex = -imageIndex - 1;
149 BackgroundImage::BackgroundImageInfo(workspaces, imageIndex,
174 int32 imageIndex, Mode mode, BPoint offset, bool textWidgetLabelOutline,
178 fImageIndex(imageIndex),
173 BackgroundImageInfo(uint32 workspaces, int32 imageIndex, Mode mode, BPoint offset, bool textWidgetLabelOutline, uint32 imageSet, uint32 cacheMode) argument
H A DBackgroundImage.h86 BackgroundImageInfo(uint32 workspace, int32 imageIndex, Mode mode,
H A DBackgroundsView.cpp1112 BackgroundsView::GetImage(int32 imageIndex) argument
1114 return fImageList.ItemAt(imageIndex);
1119 BackgroundsView::_FindImageItem(const int32 imageIndex) argument
1121 if (imageIndex < 0)
1128 if (image->ImageIndex() == imageIndex)
1300 BGImageMenuItem::BGImageMenuItem(const char* label, int32 imageIndex, argument
1303 fImageIndex(imageIndex)

Completed in 218 milliseconds