Searched refs:image (Results 276 - 300 of 399) sorted by relevance

<<111213141516

/haiku/src/tests/kits/locale/
H A DcatalogTest.cpp188 image_id image = load_add_on(addonName.String()); local
189 assert(image >= B_OK);
191 get_image_symbol(image, "run_test_add_on",
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp79 preloaded_elf32_image *image = static_cast<preloaded_elf32_image *>(
89 dprintf("kernel entry at %lx\n", image->elf_header.e_entry);
104 : : "g" (args), "g" (image->elf_header.e_entry));
/haiku/headers/private/debugger/model/
H A DTeam.h140 void RemoveImage(Image* image);
237 void NotifyImageDebugInfoChanged(Image* image);
289 void _NotifyImageAdded(Image* image);
290 void _NotifyImageRemoved(Image* image);
342 ImageEvent(uint32 type, Image* image);
H A DStackFrame.h66 void SetImage(Image* image);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp163 our_image(image_info& image) argument
166 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
167 if ((char*)our_image >= (char*)image.text
168 && (char*)our_image <= (char*)image.text + image.text_size)
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp27 #include <image.h>
109 char image[256]; local
112 if (get_symbol_for_address(b->getCallStack(i), image, sizeof(image),
118 printf(": %p (%s:%s+0x%lx)", b->getCallStack(i), image, name, offset);
/haiku/src/kits/media/
H A DPluginManager.cpp13 #include <image.h>
684 unload_add_on(info->image);
709 if (_LoadPlugin(ref, &info.plugin, &info.image) < B_OK) {
743 TRACE(" unloading add-on: %" B_PRId32 "\n\n", pinfo->image);
744 unload_add_on(pinfo->image);
760 image_id* image)
794 *image = id;
759 _LoadPlugin(const entry_ref& ref, MediaPlugin** plugin, image_id* image) argument
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp133 uint8* image = rom; local
137 if (image[0] != 0x55 || image[1] != 0xaa)
140 uint8* pds = image + *(uint16*)(image + 0x18);
145 image += length * 512;
146 if (image >= end)
148 if (!lastImage && (image[0] != 0x55 || image[1] != 0xaa))
152 return min_c((size_t)(image
[all...]
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h47 // NanoSVG can return the paths in few different units. For example if you want to render an image, you may choose
58 NSVGimage* image;
59 image = nsvgParseFromFile("test.svg", "px", 96);
60 printf("size: %f x %f\n", image->width, image->height);
62 for (NSVGshape *shape = image->shapes; shape != NULL; shape = shape->next) {
71 nsvgDelete(image);
154 NSVGpath* paths; // Linked list of paths in the image.
160 float width; // Width of the image.
161 float height; // Height of the image
452 NSVGimage* image; member in struct:NSVGparser
2905 NSVGimage* image = NULL; local
2959 nsvgDelete(NSVGimage* image) argument
[all...]
/haiku/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A DSMTP.cpp492 image_id image = load_add_on(path.Path()); local
493 if (image < 0)
495 if (get_image_symbol(image, "pop3_smtp_auth",
497 unload_add_on(image);
498 image = -1;
502 unload_add_on(image);
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp492 ThreadHandler::GetImageDebugInfo(Image* image, ImageDebugInfo*& _info) argument
496 if (image->GetImageDebugInfo() != NULL) {
497 _info = image->GetImageDebugInfo();
502 // Let's be lazy. If the image debug info has not been loaded yet, the user
828 Image* image = frame->GetImage(); local
829 if (image == NULL)
833 if (GetImageDebugInfo(image, info) != B_OK)
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.h21 explicit AbstractFileInterfaceAddOn(image_id image);
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp16 #include <image.h>
/haiku/src/apps/resedit/
H A DResourceRoster.cpp14 #include <image.h>
/haiku/src/servers/print/
H A DTransport.cpp14 #include <image.h>
164 // Load image if not loaded yet
/haiku/src/tests/add-ons/print/transports/
H A Dmain.cpp9 #include <image.h>
/haiku/src/bin/
H A Dlistimage.c10 /*! Lists image info for all currently running teams. */
14 #include <image.h>
/haiku/headers/private/locale/
H A DLocaleRosterData.h12 #include <image.h>
/haiku/src/kits/debug/
H A DImage.h12 #include <image.h>
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h47 virtual status_t CreateStackFrame(Image* image,
/haiku/src/system/kernel/arch/m68k/
H A Darch_cpu.cpp98 // add the functions to the commpage image
99 image_id image = get_commpage_image(); local
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.h162 status_t Error(jas_stream_t* stream, jas_image_t* image, jas_matrix_t** pixels,
/haiku/src/libs/print/libprint/
H A DTransport.cpp12 #include <image.h>
67 DBGMSG(("image id = %d\n", (int)fImage));
/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarAddItemTest.cpp18 #include <image.h>
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp15 #include <image.h>

Completed in 176 milliseconds

<<111213141516