HomeSort by relevance Sort by last modified time
    Searched refs:WriteBlobLSBLong (Results 1 - 12 of 12) sorted by null

  /external/ImageMagick/coders/
ept.c 494 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.magick);
495 (void) WriteBlobLSBLong(image,30);
496 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.postscript_length);
497 (void) WriteBlobLSBLong(image,0);
498 (void) WriteBlobLSBLong(image,0);
499 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.postscript_length+30);
500 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.tiff_length);
bmp.c     [all...]
dds.c     [all...]
icon.c     [all...]
dib.c     [all...]
mat.c     [all...]
aai.c 384 (void) WriteBlobLSBLong(image,(unsigned int) image->columns);
385 (void) WriteBlobLSBLong(image,(unsigned int) image->rows);
vips.c 655 (void) WriteBlobLSBLong(image,VIPS_MAGIC_LSB);
657 (void) WriteBlobLSBLong(image,VIPS_MAGIC_MSB);
pcx.c 936 (void) WriteBlobLSBLong(image,0x3ADE68B1L);
942 (void) WriteBlobLSBLong(image,0x00000000L);
    [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 117 WriteBlobLSBLong(Image *,const unsigned int),
methods.h     [all...]
blob.c     [all...]

Completed in 88 milliseconds