Searched refs:image (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dimage.c2 * "$Id: image.c,v 1.6 2004/09/17 18:38:21 rleigh Exp $"
31 stp_image_init(stp_image_t *image) argument
33 if (image->init)
34 image->init(image);
38 stp_image_reset(stp_image_t *image) argument
40 if (image->reset)
41 image->reset(image);
45 stp_image_width(stp_image_t *image) argument
51 stp_image_height(stp_image_t *image) argument
57 stp_image_get_row(stp_image_t *image, unsigned char *data, size_t byte_limit, int row) argument
64 stp_image_get_appname(stp_image_t *image) argument
73 stp_image_conclude(stp_image_t *image) argument
[all...]
H A Dbuffer-image.c29 stp_image_t* image; member in struct:buffered_image_priv
35 buffered_image_init(stp_image_t* image) argument
37 struct buffered_image_priv *priv = image->rep;
38 if(priv->image->init)
39 priv->image->init(priv->image);
44 buffered_image_width(stp_image_t * image) argument
46 struct buffered_image_priv *priv = image->rep;
47 return priv->image->width(priv->image);
51 buffered_image_height(stp_image_t * image) argument
58 buffered_image_get_appname(stp_image_t *image) argument
66 buffered_image_get_row(stp_image_t* image,unsigned char *data, size_t byte_limit, int row) argument
108 buffered_image_conclude(stp_image_t * image) argument
128 stpi_buffer_image(stp_image_t* image, unsigned int flags) argument
[all...]
/haiku-fatelf/src/apps/networkstatus/
H A DNetworkStatus.h12 #include <image.h>
18 status_t our_image(image_info& image);
/haiku-fatelf/src/system/runtime_loader/
H A Delf_versioning.h11 status_t init_image_version_infos(image_t* image);
12 status_t check_needed_image_versions(image_t* image);
H A Dimages.cpp45 //! Remaps the image ID of \a image after fork.
47 update_image_id(image_t* image) argument
53 for (uint32 i = 0; i < image->num_regions; i++) {
54 if (image->regions[i].vmstart == (addr_t)info.text) {
55 image->id = info.id;
61 FATAL("Could not update image ID %" B_PRId32 " after fork()!\n", image->id);
67 enqueue_image(image_queue_t* queue, image_t* image) argument
69 image
82 dequeue_image(image_queue_t* queue, image_t* image) argument
118 update_image_flags_recursively(image_t* image, uint32 flagsToSet, uint32 flagsToClear) argument
150 topological_sort(image_t* image, uint32 slot, image_t** initList, uint32 sortFlag) argument
168 get_image_region_load_address(image_t* image, uint32 index, int32 lastDelta, bool fixed, addr_t& loadAddress, uint32& addressSpecifier) argument
198 image_t* image = (image_t*)malloc(allocSize); local
224 delete_image_struct(image_t* image) argument
254 delete_image(image_t* image) argument
267 put_image(image_t* image) argument
286 map_image(int fd, char const* path, image_t* image, bool fixed) argument
415 unmap_image(image_t* image) argument
449 register_image(image_t* image, int fd, const char* path) argument
553 enqueue_loaded_image(image_t* image) argument
561 dequeue_loaded_image(image_t* image) argument
569 dequeue_disposable_image(image_t* image) argument
625 set_image_flags_recursively(image_t* image, uint32 flags) argument
632 clear_image_flags_recursively(image_t* image, uint32 flags) argument
657 get_sorted_image_list(image_t* image, image_t*** _list, uint32 sortFlag) argument
[all...]
H A Dimages.h49 void delete_image_struct(image_t* image);
50 void delete_image(image_t* image);
51 void put_image(image_t* image);
53 status_t map_image(int fd, char const* path, image_t* image, bool fixed);
54 void unmap_image(image_t* image);
57 void register_image(image_t* image, int fd, const char* path);
63 void enqueue_loaded_image(image_t* image);
64 void dequeue_loaded_image(image_t* image);
65 void dequeue_disposable_image(image_t* image);
71 void set_image_flags_recursively(image_t* image, uint3
[all...]
H A Dadd_ons.cpp16 static status_t register_defined_symbol_patcher(struct image_t* image,
18 static void unregister_defined_symbol_patcher(struct image_t* image,
20 static status_t register_undefined_symbol_patcher(struct image_t* image,
22 static void unregister_undefined_symbol_patcher(struct image_t* image,
40 register_defined_symbol_patcher(struct image_t* image, argument
48 patcher->next = image->defined_symbol_patchers;
49 image->defined_symbol_patchers = patcher;
56 unregister_defined_symbol_patcher(struct image_t* image, argument
59 RuntimeLoaderSymbolPatcher** patcher = &image->defined_symbol_patchers;
73 register_undefined_symbol_patcher(struct image_t* image, argument
89 unregister_undefined_symbol_patcher(struct image_t* image, runtime_loader_symbol_patcher* _patcher, void* cookie) argument
117 add_add_on(image_t* image, runtime_loader_add_on* addOnStruct) argument
132 image_event(image_t* image, uint32 event) argument
[all...]
H A Delf_load_image.cpp92 parse_program_headers(image_t* image, uint64_t imageOffset, char* buff, argument
112 image->regions[regcount].start = pheader->p_vaddr;
113 image->regions[regcount].size = pheader->p_memsz;
114 image->regions[regcount].vmstart
116 image->regions[regcount].vmsize
119 image->regions[regcount].fdstart
121 image->regions[regcount].fdsize = pheader->p_filesz;
122 image->regions[regcount].delta = 0;
123 image->regions[regcount].flags = 0;
126 image
211 assert_dynamic_loadable(image_t* image) argument
231 parse_dynamic_segment(image_t* image) argument
461 image_t* image; local
[all...]
H A Delf.cpp69 find_dt_rpath(image_t *image) argument
72 elf_dyn *d = (elf_dyn *)image->dynamic_ptr;
76 return STRING(image, d[i].d_un.d_val);
84 load_immediate_dependencies(image_t *image) argument
86 elf_dyn *d = (elf_dyn *)image->dynamic_ptr;
92 if (!d || (image->flags & RFLAG_DEPENDENCIES_LOADED))
95 image->flags |= RFLAG_DEPENDENCIES_LOADED;
97 if (image->num_needed == 0)
100 KTRACE("rld: load_dependencies(\"%s\", id: %ld)", image->name,
101 image
174 load_dependencies(image_t* image) argument
198 relocate_image(image_t *rootImage, image_t *image) argument
215 relocate_dependencies(image_t *image) argument
238 init_dependencies(image_t *image, bool initHead) argument
275 image_t* image; local
286 add_preloaded_image(image_t* image) argument
310 image_t *image = NULL; local
402 image_t *image; local
483 image_t *image = NULL; local
577 image_t *image; local
658 image_t *image; local
717 image_t* image = find_loaded_image_by_address((addr_t)address); local
782 image_t *image; local
832 image_t* image; local
869 image_t* image = get_loaded_images().head; local
935 image_t *image; local
1019 image_t *image = termList[i]; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dimage.h2 * "$Id: image.h,v 1.2 2005/10/18 02:08:16 rlk Exp $"
4 * libgimpprint image functions.
25 * @file gutenprint/image.h
37 * The image type is an abstract data type for interfacing with the
38 * image creation program.
40 * @defgroup image image
60 * The image type is an abstract data type for interfacing with the
61 * image creation program. It provides callbacks to functions defined
63 * image
[all...]
/haiku-fatelf/src/tests/kits/net/preflet/DummyAddOn/
H A DDummyAddOn.cpp12 get_nth_addon(image_id image, int index) argument
16 return new NetworkSetupAddOn(image);
/haiku-fatelf/headers/private/shared/
H A DTrackerAddOnAppLaunch.h11 #include <image.h>
37 image_info image; local
39 status_t status = get_next_image_info(0, &cookie, &image);
42 if (((char*)process_refs >= (char*)image.text
43 && (char*)process_refs <= (char*)image.text + image.text_size)
44 || ((char*)process_refs >= (char*)image.data
45 && (char*)process_refs <= (char*)image.data + image.data_size))
48 status = get_next_image_info(0, &cookie, &image);
[all...]
/haiku-fatelf/src/system/runtime_loader/arch/ppc/
H A Darch_relocate.cpp24 relocate_rel(image_t *rootImage, image_t *image, struct Elf32_Rel *rel, argument
34 arch_relocate_image(image_t *rootImage, image_t *image, argument
40 if (image->rel) {
41 status = relocate_rel(rootImage, image, image->rel, image->rel_len,
47 if (image->pltrel) {
48 status = relocate_rel(rootImage, image, image->pltrel,
49 image
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dimage.c30 opj_image_t *image = (opj_image_t*)opj_calloc(1, sizeof(opj_image_t)); local
31 return image;
36 opj_image_t *image = NULL; local
38 image = (opj_image_t*) opj_calloc(1, sizeof(opj_image_t));
39 if(image) {
40 image->color_space = clrspc;
41 image->numcomps = numcmpts;
43 image->comps = (opj_image_comp_t*)opj_malloc(image->numcomps * sizeof(opj_image_comp_t));
44 if(!image
73 opj_image_destroy(opj_image_t *image) argument
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Duimage.cpp12 void dump_uimage(struct image_header *image) argument
17 dprintf("uimage @ %p:\n", image);
19 if (!image)
21 dprintf("magic: %x\n", ntohl(image->ih_magic));
22 dprintf("size: %d\n", ntohl(image->ih_size));
23 dprintf("load: %p\n", (void *)ntohl(image->ih_load));
24 dprintf("ep: %p\n", (void *)ntohl(image->ih_ep));
25 dprintf("os: %d\n", image->ih_os);
26 dprintf("arch: %d\n", image->ih_arch);
27 dprintf("type: %d\n", image
41 image_multi_getimg(struct image_header *image, uint32 idx, uint32 *data, uint32 *size) argument
[all...]
/haiku-fatelf/src/preferences/appearance/
H A DCursorWhichItem.h42 void SetBitmap(BBitmap *bmp) { if(image) delete image; image=bmp; }
43 BBitmap *GetBitmap(void) const { return image; }
46 BBitmap *image; member in class:CursorWhichItem
/haiku-fatelf/headers/private/kernel/
H A Delf_priv.h14 #include <image.h>
28 struct elf_image_info* next; // next image in the hash
70 #define STRING(image, offset) ((char*)(&(image)->strtab[(offset)]))
71 #define SYMNAME(image, sym) STRING(image, (sym)->st_name)
72 #define SYMBOL(image, num) (&(image)->syms[num])
73 #define HASHTABSIZE(image) ((image)
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_png.c70 spng_init(PDF *p, pdf_image *image, spng_info *spi) argument
72 pdc_file *fp = image->fp;
103 /* decide whether this image is "simple".
111 image->use_raw = pdc_false;
115 image->use_raw = pdc_true;
127 image->info.png.nbytes = (size_t) len;
169 pdf_image *image = (pdf_image *) src->private_data; local
172 if (image->use_raw)
185 image->info.png.cur_line = 0;
186 src->buffer_length = image
197 pdf_image *image = (pdf_image *) src->private_data; local
205 pdf_image *image = (pdf_image *) src->private_data; local
269 pdf_image *image = (pdf_image *) src->private_data; local
357 pdf_image *image; local
681 pdf_image *image; local
[all...]
H A Dp_tiff.c106 pdf_image *image; local
108 image = (pdf_image *) src->private_data;
110 if (image->strips == 1)
111 image->info.tiff.cur_line = 0;
113 if (image->use_raw) {
118 src->buffer_length = (size_t) (image->components * image->width);
127 pdf_image *image; local
133 image = (pdf_image *) src->private_data;
135 if (image
275 pdf_image *image; local
[all...]
H A Dp_jpeg.c85 M_SOI = 0xd8, /* start of image */
86 M_EOI = 0xd9, /* end of image */
92 M_EXP = 0xdf, /* expand reference image(s) */
127 pdf_image *image; local
129 image = (pdf_image *) src->private_data;
135 pdc_fseek(image->fp, image->info.jpeg.startpos, SEEK_SET);
141 pdf_image *image; local
145 image = (pdf_image *) src->private_data;
149 pdc_fread(src->buffer_start, 1, JPEG_BUFSIZE, image
275 pdf_image *image; local
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h141 /* The threshold at which image data is no longer stored in memory. */
222 /* The x-coordinate of the top-left corner of the image bounding box. */
225 /* The y-coordinate of the top-left corner of the image bounding box. */
228 /* The x-coordinate of the bottom-right corner of the image bounding
232 /* The y-coordinate of the bottom-right corner of the image bounding
239 /* The maximum number of components that this image can have (i.e., the
247 of particular relevance in the case of a multi-component image. */
295 /* The maximum number of image data formats supported. */
302 /* Decode image data from a stream. */
304 int (*encode)(jas_image_t *image, jas_stream_
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprint-image-thumbnail.c2 * "$Id: print-image-thumbnail.c,v 1.1 2004/09/17 18:38:14 rleigh Exp $"
34 /* Concrete type to represent image */
42 static const char *Thumbnail_get_appname(stp_image_t *image);
43 static void Thumbnail_conclude(stp_image_t *image);
44 static stp_image_status_t Thumbnail_get_row(stp_image_t *image,
47 static int Thumbnail_height(stp_image_t *image);
48 static int Thumbnail_width(stp_image_t *image);
49 static void Thumbnail_reset(stp_image_t *image);
50 static void Thumbnail_init(stp_image_t *image);
82 Thumbnail_width(stp_image_t *image) argument
89 Thumbnail_height(stp_image_t *image) argument
96 Thumbnail_get_row(stp_image_t *image, unsigned char *data, size_t byte_limit, int row) argument
106 Thumbnail_init(stp_image_t *image) argument
112 Thumbnail_reset(stp_image_t *image) argument
117 Thumbnail_conclude(stp_image_t *image) argument
122 Thumbnail_get_appname(stp_image_t *image) argument
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dimage.pl2 # $Id: image.pl 14574 2005-10-29 16:27:43Z bonefish $
4 # PDFlib client: image example in Perl
9 # This is where font/image/PDF input files live. Adjust as necessary.
16 if (PDF_open_file($p, "image.pdf") == -1){
26 PDF_set_info($p, "Creator", "image.pl");
28 PDF_set_info($p, "Title", "image sample (Perl)");
31 $image = PDF_load_image($p, "auto", $imagefile, "");
32 die "Couldn't open image '$imagefile'" if ($image == -1);
36 PDF_fit_image($p, $image,
[all...]
/haiku-fatelf/src/system/runtime_loader/arch/x86_64/
H A Darch_relocate.cpp17 relocate_rela(image_t* rootImage, image_t* image, Elf64_Rela* rel, argument
27 Elf64_Sym* sym = SYMBOL(image, symIndex);
29 status_t status = resolve_symbol(rootImage, image, sym, cache,
33 SYMNAME(image, sym), status));
35 SYMNAME(image, sym), status);
41 Elf64_Addr relocAddr = image->regions[0].delta + rel[i].r_offset;
57 relocValue = image->regions[0].delta + rel[i].r_addend;
72 arch_relocate_image(image_t* rootImage, image_t* image, argument
80 if (image->rela) {
81 status = relocate_rela(rootImage, image, imag
[all...]
/haiku-fatelf/src/system/kernel/
H A Delf.cpp71 static elf_sym *elf_find_symbol(struct elf_image_info *image, const char *name,
80 /*! Calculates hash for an image using its ID */
84 struct elf_image_info *image = (struct elf_image_info *)_image; local
87 if (image != NULL)
88 return image->id % range;
94 /*! Compares an image to a given ID */
98 struct elf_image_info *image = (struct elf_image_info *)_image; local
101 return id - image->id;
106 unregister_elf_image(struct elf_image_info *image) argument
108 unregister_image(team_get_kernel_team(), image
114 register_elf_image(struct elf_image_info *image) argument
179 struct elf_image_info *image; local
251 struct elf_image_info *image; local
272 struct elf_image_info *image local
288 delete_elf_image(struct elf_image_info *image) argument
365 struct elf_image_info *image = NULL; local
417 struct elf_image_info *image = NULL; local
527 dump_image_info(struct elf_image_info *image) argument
555 struct elf_image_info *image; local
608 elf_find_symbol(struct elf_image_info *image, const char *name, const elf_version_info *lookupVersion, bool lookupDefault) argument
716 elf_parse_dynamic_section(struct elf_image_info *image) argument
820 assert_defined_image_version(elf_image_info* dependentImage, elf_image_info* image, const elf_version_info& neededVersion, bool weak) argument
859 init_image_version_infos(elf_image_info* image) argument
969 check_needed_image_versions(elf_image_info* image) argument
1003 elf_resolve_symbol(struct elf_image_info *image, elf_sym *symbol, struct elf_image_info *sharedImage, addr_t *_symbolAddress) argument
1078 elf_relocate(struct elf_image_info *image) argument
1144 unload_elf_image(struct elf_image_info *image) argument
1157 load_elf_symbol_table(int fd, struct elf_image_info *image) argument
1389 image_t image; local
1491 _FindImageAtAddress(addr_t address, image_t& image) argument
1513 _ReadString(const image_t& image, uint32 offset, char* buffer, size_t bufferSize) argument
1563 struct elf_image_info *image; local
1608 struct elf_image_info *image; local
1759 struct elf_image_info *image = NULL; local
2227 struct elf_image_info *image; local
2537 elf_image_info *image = find_image(id); local
2585 elf_image_info* image = create_image_struct(); local
2644 struct elf_image_info* image = find_image(id); local
2702 struct preloaded_image *image; local
2776 struct elf_image_info* image = find_image(id); local
[all...]

Completed in 293 milliseconds

1234567891011>>