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

  /external/ImageMagick/coders/
ept.c 470 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.magick);
471 (void) WriteBlobLSBLong(image,30);
472 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.postscript_length);
473 (void) WriteBlobLSBLong(image,0);
474 (void) WriteBlobLSBLong(image,0);
475 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.postscript_length+30);
476 (void) WriteBlobLSBLong(image,(unsigned int) ept_info.tiff_length);
bmp.c     [all...]
dib.c     [all...]
mat.c     [all...]
dds.c     [all...]
icon.c 954 (void) WriteBlobLSBLong(image,(unsigned int)
    [all...]
aai.c 375 (void) WriteBlobLSBLong(image,(unsigned int) image->columns);
376 (void) WriteBlobLSBLong(image,(unsigned int) image->rows);
vips.c 652 (void) WriteBlobLSBLong(image,VIPS_MAGIC_LSB);
654 (void) WriteBlobLSBLong(image,VIPS_MAGIC_MSB);
pcx.c 912 (void) WriteBlobLSBLong(image,0x3ADE68B1L);
918 (void) WriteBlobLSBLong(image,0x00000000L);
    [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 116 WriteBlobLSBLong(Image *,const unsigned int),
methods.h     [all...]
blob.c     [all...]

Completed in 468 milliseconds