Searched refs:image (Results 176 - 200 of 399) sorted by relevance

1234567891011>>

/haiku/headers/libs/print/libprint/
H A DTransport.h9 #include <image.h>
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp31 make_media_addon(image_id image) argument
34 return new MultiAudioAddOn(image);
41 MultiAudioAddOn::MultiAudioAddOn(image_id image) argument
42 : BMediaAddOn(image),
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp16 extern "C" _EXPORT BMediaAddOn* make_media_addon(image_id image) argument
18 return new VSTAddOn(image);
21 VSTAddOn::VSTAddOn(image_id image) argument
23 BMediaAddOn(image)
/haiku/src/libs/bsd/
H A Ddl_iterate_phdr.c10 #include <kernel/image.h>
23 // the ELF header, it does return the first page of the image's
43 // Check for the special commpage info (which is not an ELF image),
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.h35 DocumentBuilder(NSVGimage* image);
/haiku/src/servers/mail/
H A DMailDaemonApplication.h73 image_id& image);
76 image_id& image);
H A DMailDaemonApplication.cpp720 image_id& image)
726 image = load_add_on(path.Path());
727 if (image < 0)
730 if (get_image_symbol(image, "instantiate_inbound_protocol",
732 unload_add_on(image);
733 image = -1;
742 image_id& image)
748 image = load_add_on(path.Path());
749 if (image < 0)
752 if (get_image_symbol(image, "instantiate_outbound_protoco
719 _CreateInboundProtocol(BMailAccountSettings& settings, image_id& image) argument
741 _CreateOutboundProtocol(BMailAccountSettings& settings, image_id& image) argument
[all...]
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.cpp30 BScreenSaver* instantiate_screen_saver(BMessage* message, image_id image) argument
32 return new DebugNow(message, image);
/haiku/src/apps/cortex/addons/NullFilter/
H A DNullFilterAddOn.cpp93 extern "C" _EXPORT BMediaAddOn* make_media_addon(image_id image) { argument
94 return new NullFilterAddOn(image);
/haiku/headers/private/kernel/boot/
H A Delf.h89 extern status_t boot_elf_resolve_symbol(preloaded_elf32_image* image,
91 extern status_t boot_elf_resolve_symbol(preloaded_elf64_image* image,
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp264 // TODO: unloading the newDecor and its image
291 image_id image = load_add_on(path.Path()); local
292 if (image < 0) {
298 if (get_image_symbol(image, "instantiate_decor_addon", B_SYMBOL_TYPE_TEXT,
300 unload_add_on(image);
307 DecorAddOn* newDecor = createFunc(image, name);
309 unload_add_on(image);
/haiku/src/kits/debug/
H A Ddebug_support.cpp38 delete image;
348 debug_create_symbol_lookup_context(team_id team, image_id image, argument
362 SymbolLookup *lookup = new(std::nothrow) SymbolLookup(team, image);
397 debug_get_symbol(debug_symbol_lookup_context* lookupContext, image_id image, argument
405 return lookup->GetSymbol(image, name, symbolType, _symbolLocation,
478 // still have image_t structures with the parent's image ID's, so we
479 // wouldn't find the image in this case.
481 // Get the image info and re-try looking with the text base address.
482 // Note, that we can't easily check whether the image is part of the
520 // create the image fil
[all...]
H A DSymbolLookup.h12 #include <image.h>
132 const Image* image; member in struct:BPrivate::Debug::SymbolIterator
140 SymbolLookup(team_id team, image_id image);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp288 // calculate the position and size of the image to be printed on the page
290 // constraints: the image must be inside the imageable area
312 // now the image frame has to be synchronized
326 fprintf(stderr, "GPJob image dimensions left %d, top %d, width %d, "
331 fprintf(stderr, "GPJob image dimensions in 1/72 Inches: "
416 // row is relative to left, top of image
537 GPJob::ImageInit(stp_image_t* image) argument
539 GPJob* job = static_cast<GPJob*>(image->rep);
545 GPJob::ImageReset(stp_image_t* image) argument
547 GPJob* job = static_cast<GPJob*>(image
553 ImageWidth(stp_image_t* image) argument
561 ImageHeight(stp_image_t *image) argument
569 ImageGetRow(stp_image_t* image, unsigned char* data, size_t size, int row) argument
578 ImageGetAppname(stp_image_t* image) argument
586 ImageConclude(stp_image_t *image) argument
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp86 // try to locate the image in the images loaded into user space
121 print_demangled_call(const char* image, const char* symbol, addr_t args, argument
147 kprintf("<%s> %.*s<\33[32m%#" B_PRIx32 "\33[0m>%s", image,
150 kprintf("<%s> %.*s<\?\?\?>%s", image, namespaceLength, name, lastName);
156 kprintf("<%s> %s", image, name);
289 const char* image; local
301 status = lookup_symbol(thread, ip, &baseAddress, &symbol, &image,
309 status = print_demangled_call(image, symbol,
315 kprintf("<%s> %s%s", image, symbol,
318 kprintf("<%s@%p> <unknown>", image, (voi
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp78 // try to locate the image in the images loaded into user space
113 print_demangled_call(const char* image, const char* symbol, addr_t args, argument
139 kprintf("<%s> %.*s<\33[32m%#" B_PRIx32 "\33[0m>%s", image,
142 kprintf("<%s> %.*s<\?\?\?>%s", image, namespaceLength, name, lastName);
148 kprintf("<%s> %s", image, name);
280 const char* image; local
292 status = lookup_symbol(thread, ip, &baseAddress, &symbol, &image,
300 status = print_demangled_call(image, symbol,
306 kprintf("<%s> %s%s", image, symbol,
309 kprintf("<%s@%p> <unknown>", image, (voi
[all...]
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp72 extern "C" void dump_uimage(struct image_header *image);
107 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>( local
110 addr_t kernelEntry = image->elf_header.e_entry;
143 start_netbsd(struct board_info *bd, struct image_header *image, argument
150 return start_gen(argc, argv, image);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp91 const char *symbol, *image; local
95 &image, &exactMatch);
97 // try to locate the image in the images loaded into user space
99 &baseAddress, &symbol, &image, &exactMatch);
104 diff, ip, image, symbol, ip - baseAddress,
108 framePointer, diff, ip, image, (void *)baseAddress,
182 kprintf("frame caller <image>:function + offset\n");
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp92 const char *symbol, *image; local
96 &image, &exactMatch);
98 // try to locate the image in the images loaded into user space
100 &baseAddress, &symbol, &image, &exactMatch);
105 diff, ip, image, symbol, ip - baseAddress,
109 framePointer, diff, ip, image, (void *)baseAddress,
182 kprintf("frame caller <image>:function + offset\n");
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp250 ImageInfo(struct image* image) argument
252 fId(image->info.basic_info.id),
253 fType(image->info.basic_info.type),
254 fDeviceId(image->info.basic_info.device),
255 fNodeId(image->info.basic_info.node),
256 fName(strdup(image->info.basic_info.name)),
257 fInitRoutine((addr_t)image->info.basic_info.init_routine),
258 fTermRoutine((addr_t)image->info.basic_info.term_routine),
259 fText((addr_t)image
282 Create(struct image* image) argument
1045 _GetImageInfoCallback(struct image* image, void* cookie) argument
1050 _GetImageInfo(struct image* image) argument
[all...]
H A Dsystem_profiler.cpp36 // for events. Those events are team, thread, and image changes (added/removed),
92 bool _ImageAdded(struct image* image);
93 bool _ImageRemoved(struct image* image);
112 static bool _InitialImageIterator(struct image* image,
682 struct image* image = (struct image*)even local
1014 _ImageAdded(struct image* image) argument
1034 _ImageRemoved(struct image* image) argument
1323 _InitialImageIterator(struct image* image, void* cookie) argument
[all...]
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h29 image_id image; member in struct:translator_item
51 image_id image = -1,
77 status_t GetTranslatorData(image_id image,
/haiku/headers/tools/cppunit/
H A DTestShell.h10 #include <image.h>
184 status_t _UnloadAddOn(image_id image);
188 static status_t _UnloadAddOnHook(image_id image);
/haiku/src/system/boot/loader/
H A Dloader.cpp120 preloaded_image *image; local
121 status_t status = elf_load_image(fd, &image);
130 gKernelArgs.kernel_image = image;
/haiku/src/apps/showimage/
H A DFilter.h81 // The filter uses the input "image" as source image
83 // writes into the destination image, that can be
102 Filter(BBitmap* image, BMessenger listener, uint32 what);
107 // Removes the destination image from Filter (caller is new owner of image)
124 // Should calculate part i of n of the image. i starts with zero
162 // Scales and optionally dithers an image
165 Scaler(BBitmap* image, BRect rect, BMessenger listener, uint32 what,
190 // Rotates, mirrors or inverts an image
[all...]

Completed in 111 milliseconds

1234567891011>>