Searched refs:Image (Results 1 - 25 of 60) sorted by last modified time

123

/haiku/src/apps/showimage/
H A DShowImageWindow.cpp489 menu = new BMenu(B_TRANSLATE("Image"));
794 BPath path(fImageView->Image());
1058 backgroundsMessage.AddRef("refs", fImageView->Image());
1221 BEntry entry = fImageView->Image();
1302 fImageView->Image()->name, page);
1307 fImageView->Image()->name);
1453 BPrintJob printJob(fImageView->Image()->name);
1471 BPrintJob printJob(fImageView->Image()->name);
1493 BPrintJob printJob(fImageView->Image()->name);
H A DShowImageView.h55 const entry_ref* Image() const { return &fCurrentRef; } function in class:ShowImageView
98 // Image manipulation
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h3314 UINT8 Image[]; member in struct:acpi_table_rgrt
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp44 #include "Image.h"
586 DwarfImageDebugInfo::CreateFrame(Image* image,
1173 Image* image, StackFrame* frame, DwarfStackFrameDebugInfo& factory)
1176 Image* targetImage = image;
H A DDwarfImageDebugInfo.h71 virtual status_t CreateFrame(Image* image,
127 Image* image,
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp177 B_TRANSLATE("Image:"), fImageMenu);
1101 Image* image = fImageList.ItemAt(index);
1106 fImageList.AddItem(new Image(path));
1111 Image*
H A DBackgroundsView.h116 Image* GetImage(int32 imageIndex);
167 BObjectList<Image> fImageList;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp49 #include "Image.h"
900 TeamWindow::ImageSelectionChanged(Image* image)
1400 TeamWindow::_SetActiveImage(Image* image)
H A DImageListView.cpp51 for (int32 i = 0; Image* image = fImages.ItemAt(i); i++)
61 Image* newImage = it.Next();
65 while (Image* oldImage = fImages.ItemAt(index)) {
106 Image* image = fImages.ItemAt(rowIndex);
135 Image* ImageAt(int32 index) const
142 BObjectList<Image> fImages;
197 ImageListView::SetImage(Image* image)
212 for (int32 i = 0; Image* other = fImagesTableModel->ImageAt(i); i++) {
289 Image* image = NULL;
H A DTeamWindow.h40 class Image;
101 virtual void ImageSelectionChanged(Image* image);
181 void _SetActiveImage(Image* image);
222 Image* fActiveImage;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp24 #include "Image.h"
328 BObjectList<Image> images;
330 Image* image = it.Next();) {
336 Image* image = NULL;
540 Image* image = fTeam->ImageByAddress(ip);
666 Image* image = fTeam->ImageByAddress(instructionPointer);
852 DebugReportGenerator::_CompareImages(const Image* a, const Image* b)
H A DThreadHandler.cpp492 ThreadHandler::GetImageDebugInfo(Image* image, ImageDebugInfo*& _info)
828 Image* image = frame->GetImage();
H A DTeamDebugger.cpp74 ImageHandler(TeamDebugger* teamDebugger, Image* image)
91 Image* GetImage() const
112 Image* fImage;
495 Image* appImage = NULL;
500 Image* image;
1041 TeamDebugger::ImageDebugInfoRequested(Image* image)
1921 Image* image = it.Next();) {
1955 Image* image = imageHandler->GetImage();
1956 BReference<Image> imageReference(image);
2000 stopReason.SetToFormat("Image '
[all...]
H A DDebugReportGenerator.h90 static int _CompareImages(const Image* a, const Image* b);
/haiku/src/kits/media/
H A DAddOnManager.cpp55 image_id Image() const { return fImage; } function in class:BPrivate::media::ImageLoader
350 if (get_image_symbol(loader.Image(), "instantiate_plugin",
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h48 virtual status_t CreateStackFrame(Image* image,
55 Image* previousImage,
H A DArchitectureX8664.cpp433 ArchitectureX8664::CreateStackFrame(Image* image, FunctionDebugInfo* function,
576 Image* previousImage, FunctionDebugInfo* previousFunction,
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp22 #include "Image.h"
105 Image* image = frame->GetImage();
/haiku/src/kits/debug/
H A DSymbolLookup.cpp18 #include "Image.h"
195 class SymbolLookup::LoadedImage : public Image {
237 while (Image* image = fImages.RemoveHead())
317 Image* image = _FindImageAtAddress(address);
416 Image* image = _FindImageByID(imageID);
468 Image*
471 DoublyLinkedList<Image>::ConstIterator it = fImages.GetIterator();
472 while (Image* image = it.Next()) {
483 Image*
486 DoublyLinkedList<Image>
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp39 #include "Image.h"
53 class Image;
361 const BObjectList<Image>& kernelImages = fKernelTeam->Images();
H A DTeam.cpp18 #include "Image.h"
54 for (int32 i = 0; Image* image = fImages.ItemAt(i); i++)
201 Image* image = fImages.ItemAt(i);
224 Image* image = new(std::nothrow) Image(sharedImage, imageInfo, owner,
248 for (int32 i = 0; Image* image = fImages.ItemAt(i); i++) {
259 Image*
262 for (int32 i = 0; Image* image = fImages.ItemAt(i); i++) {
274 Image* image = fImages.RemoveItemAt(index);
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp356 ArchitectureX86::CreateStackFrame(Image* image, FunctionDebugInfo* function,
499 Image* previousImage, FunctionDebugInfo* previousFunction,
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h23 class Image;
116 virtual void ImageDebugInfoRequested(Image* image) = 0;
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp12 #include "Image.h"
111 StackFrame::SetImage(Image* image)
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettingsAddOn.h137 image_id Image();

Completed in 212 milliseconds

123