Searched refs:image (Results 201 - 225 of 399) sorted by relevance

1234567891011>>

/haiku/headers/private/system/
H A Dsystem_profiler_defs.h9 #include <image.h>
55 // image
132 image_id image; member in struct:system_profiler_image_removed
/haiku/headers/private/debug/
H A Ddebug_support.h65 status_t debug_create_symbol_lookup_context(team_id team, image_id image,
68 // desired, otherwise a valid image id is expected.
74 image_id image, const char* name, int32 symbolType,
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h57 virtual status_t GetSymbolInfos(team_id team, image_id image,
59 virtual status_t GetSymbolInfo(team_id team, image_id image,
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h48 virtual status_t GetSymbolInfos(team_id team, image_id image,
50 virtual status_t GetSymbolInfo(team_id team, image_id image,
/haiku/src/tools/cppunit/
H A DTestShell.cpp10 #include <image.h>
600 BTestShell::_UnloadAddOn(image_id image) argument
603 return unload_add_on(image);
606 return unload_add_on(image);
609 return unload_add_on(image);
610 status_t result = (*fOldUnloadAddOnHook)(image);
634 BTestShell::_UnloadAddOnHook(image_id image) argument
636 return fGlobalShell->_UnloadAddOn(image);
/haiku/src/system/runtime_loader/
H A Druntime_loader_private.h88 int resolve_symbol(image_t* rootImage, image_t* image, elf_sym* sym,
109 status_t arch_relocate_image(image_t* rootImage, image_t* image,
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp214 //! Make sure that the raw image always comes first
279 DCRaw::_SupportsCompression(image_data_info& image) const
281 switch (image.compression) {
401 image_data_info& image = fImages[fNumImages]; local
424 while ((offset = fRead.Position()) < image.data_offset
799 /*! This (lengthy) method contains fixes for the values in the image data to
800 be able to actually read the image data correctly.
2336 DCRaw::_LoadRAWUnpacked(const image_data_info& image)
2361 DCRaw::_LoadRAWPacked12(const image_data_info& image)
2450 /*! Return 0 if the image start
[all...]
H A DRAW.h96 // image manipulation and conversion
125 void _LoadRAWUnpacked(const image_data_info& image);
130 void _LoadRAWLosslessJPEG(const image_data_info& image);
134 void _WriteJPEG(image_data_info& image, uint8* outputBuffer);
135 void _WriteRGB32(image_data_info& image, uint8* outputBuffer);
155 // output image data
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp74 ImageHandler(TeamDebugger* teamDebugger, Image* image) argument
77 fImage(image)
106 message.AddInt32("image", fImage->ID());
153 ImageInfoPendingThread(image_id image, thread_id thread) argument
155 fImage(image),
401 // create image handler table
500 Image* image; local
501 error = _AddImage(*info, &image);
504 if (image->Type() == B_APP_IMAGE)
505 appImage = image;
1041 ImageDebugInfoRequested(Image* image) argument
2055 Image* image = fTeam->ImageByAddress(address); local
2415 Image* image; local
[all...]
/haiku/headers/os/add-ons/screen_saver/
H A DScreenSaver.h11 #include <image.h>
/haiku/headers/private/print/
H A DPrinter.h14 #include <image.h>
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.h21 explicit MediaDemultiplexerAddOn(image_id image);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp58 extern "C" _EXPORT BMediaAddOn * make_media_addon(image_id image) { argument
60 return new ESDSinkAddOn(image);
78 ESDSinkAddOn::ESDSinkAddOn(image_id image) : argument
79 BMediaAddOn(image),
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.h18 MultiAudioAddOn(image_id image);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.h27 explicit OpenSoundAddOn(image_id image);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h45 SlideShowSaver(BMessage *archive, image_id image);
/haiku/src/bin/debug/profile/
H A DImage.h13 Image(SharedImage* image,
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.h13 #include <image.h>
/haiku/src/tests/system/kernel/
H A Dfibo_exec.cpp10 #include <image.h>
H A Dfibo_fork.cpp10 #include <image.h>
H A Dfibo_load_image.cpp10 #include <image.h>
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp37 image_id image)
39 return new Clock(message, image);
43 Clock::Clock(BMessage *message, image_id image) argument
45 BScreenSaver(message, image)
36 instantiate_screen_saver(BMessage *message, image_id image) argument
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.h19 image_id image);
/haiku/src/preferences/mail/
H A DFilterList.h21 image_id image; member in struct:FilterInfo
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.h46 image_id image);

Completed in 116 milliseconds

1234567891011>>