/external/ImageMagick/coders/ |
xbm.c | 555 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 558 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 561 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 563 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 574 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 593 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 598 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 614 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 619 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 631 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer) [all...] |
hdr.c | 638 if (WriteBlob(image,2*sizeof(*pixel),pixel) < 1) 648 if (WriteBlob(image,sizeof(*pixel),pixel) < 1) 650 if (WriteBlob(image,(size_t) count*sizeof(*pixel),&pixels[p]) < 1) 658 if (WriteBlob(image,2*sizeof(*pixel),pixel) < 1) 717 (void) WriteBlob(image,length,(unsigned char *) header); 724 (void) WriteBlob(image,(size_t) count,(unsigned char *) header); 731 (void) WriteBlob(image,(size_t) count,(unsigned char *) header); 737 (void) WriteBlob(image,(size_t) count,(unsigned char *) header); 745 (void) WriteBlob(image,(size_t) count,(unsigned char *) header); 747 (void) WriteBlob(image,length,(unsigned char *) header) [all...] |
cin.c | 991 offset+=WriteBlob(image,sizeof(cin.file.version),(unsigned char *) [all...] |
ipl.c | 616 (void) WriteBlob(image, 4, (const unsigned char *) "mmmm"); 619 (void) WriteBlob(image, 4, (const unsigned char *) "iiii"); 622 (void) WriteBlob(image, 4, (const unsigned char *) "100f"); 623 (void) WriteBlob(image, 4, (const unsigned char *) "data"); 649 (void) WriteBlob(image, image->columns*image->depth/8, pixels); 661 (void) WriteBlob(image, image->columns*image->depth/8, pixels); 671 (void) WriteBlob(image, image->columns*image->depth/8, pixels); 680 (void) WriteBlob(image, image->columns*image->depth/8, pixels); 699 (void) WriteBlob(image, 4, (const unsigned char *) "fini");
|
cals.c | 422 count=WriteBlob(image,(size_t) i,(const unsigned char *) data); 428 count=WriteBlob(image,(size_t) i,(const unsigned char *) pad); 558 (void) WriteBlob(image,128,(unsigned char *) header); 582 if (WriteBlob(image,length,group4) != (ssize_t) length)
|
pgx.c | 375 (void) WriteBlob(image,strlen(buffer),(unsigned char *) buffer); 388 count=WriteBlob(image,length,pixels); 391 count=WriteBlob(image,(size_t) (-(ssize_t) length) & 0x01,pixels);
|
dpx.c | [all...] |
ycbcr.c | [all...] |
ps.c | [all...] |
cmyk.c | [all...] |
viff.c | [all...] |
gif.c | 568 (void) WriteBlob(image,length,packet); \ 798 (void) WriteBlob(image,length,packet); 808 (void) WriteBlob(image,length,packet); [all...] |
art.c | 343 count=WriteBlob(image,length,pixels); 346 count=WriteBlob(image,(size_t) (-(ssize_t) length) & 0x01,pixels);
|
vicar.c | 482 (void) WriteBlob(image,MagickPathExtent,(unsigned char *) header); 498 count=WriteBlob(image,length,pixels);
|
rgb.c | [all...] |
bgr.c | [all...] |
gray.c | [all...] |
ept.c | 502 (void) WriteBlob(image,ept_info.postscript_length,ept_info.postscript); 503 (void) WriteBlob(image,ept_info.tiff_length,ept_info.tiff);
|
map.c | 442 (void) WriteBlob(image,packet_size*image->colors,colormap); 460 (void) WriteBlob(image,(size_t) (q-pixels),pixels);
|
fits.c | 758 (void) WriteBlob(image,FITSBlocksize,(unsigned char *) fits_info); 780 count=WriteBlob(image,length,pixels); 806 count=WriteBlob(image,length,pixels); 829 count=WriteBlob(image,length,pixels); 852 count=WriteBlob(image,length,pixels); 866 (void) WriteBlob(image,length,(unsigned char *) fits_info);
|
pnm.c | [all...] |
miff.c | [all...] |
meta.c | 1161 count=WriteBlob(destination,(size_t) (length-i),buffer+i); [all...] |
pdb.c | 834 (void) WriteBlob(image,sizeof(pdb_info.name),(unsigned char *) pdb_info.name); 843 (void) WriteBlob(image,4,(unsigned char *) pdb_info.type); 844 (void) WriteBlob(image,4,(unsigned char *) pdb_info.id); 996 (void) WriteBlob(image,sizeof(pdb_image.name),(unsigned char *) [all...] |
/external/ImageMagick/MagickCore/ |
blob-private.h | 110 WriteBlob(Image *,const size_t,const void *),
|