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

  /external/ImageMagick/coders/
art.c 328 (void) WriteBlobLSBShort(image,0);
329 (void) WriteBlobLSBShort(image,(unsigned short) image->columns);
330 (void) WriteBlobLSBShort(image,0);
331 (void) WriteBlobLSBShort(image,(unsigned short) image->rows);
icon.c 955 (void) WriteBlobLSBShort(image,0);
956 (void) WriteBlobLSBShort(image,1)
    [all...]
pcx.c     [all...]
tga.c 862 (void) WriteBlobLSBShort(image,tga_info.colormap_index);
863 (void) WriteBlobLSBShort(image,tga_info.colormap_length);
865 (void) WriteBlobLSBShort(image,tga_info.x_origin);
866 (void) WriteBlobLSBShort(image,tga_info.y_origin);
867 (void) WriteBlobLSBShort(image,tga_info.width);
868 (void) WriteBlobLSBShort(image,tga_info.height);
    [all...]
gif.c     [all...]
ept.c 501 (void) WriteBlobLSBShort(image,0xffff);
bmp.c     [all...]
dib.c     [all...]
mat.c     [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 118 WriteBlobLSBShort(Image *,const unsigned short),
methods.h     [all...]
blob.c     [all...]

Completed in 66 milliseconds