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

  /external/ImageMagick/coders/
art.c 326 (void) WriteBlobLSBShort(image,0);
327 (void) WriteBlobLSBShort(image,(unsigned short) image->columns);
328 (void) WriteBlobLSBShort(image,0);
329 (void) WriteBlobLSBShort(image,(unsigned short) image->rows);
icon.c 939 (void) WriteBlobLSBShort(image,0);
940 (void) WriteBlobLSBShort(image,1);
941 (void) WriteBlobLSBShort(image,(unsigned char) scene);
952 (void) WriteBlobLSBShort(image,icon_file.directory[scene].planes);
953 (void) WriteBlobLSBShort(image,icon_file.directory[scene].bits_per_pixel);
    [all...]
pcx.c     [all...]
tga.c 860 (void) WriteBlobLSBShort(image,tga_info.colormap_index);
861 (void) WriteBlobLSBShort(image,tga_info.colormap_length);
863 (void) WriteBlobLSBShort(image,tga_info.x_origin);
864 (void) WriteBlobLSBShort(image,tga_info.y_origin);
865 (void) WriteBlobLSBShort(image,tga_info.width);
866 (void) WriteBlobLSBShort(image,tga_info.height);
    [all...]
gif.c     [all...]
ept.c 477 (void) WriteBlobLSBShort(image,0xffff);
bmp.c     [all...]
dib.c     [all...]
mat.c     [all...]
  /external/ImageMagick/MagickCore/
blob-private.h 117 WriteBlobLSBShort(Image *,const unsigned short),
methods.h     [all...]
blob.c     [all...]

Completed in 68 milliseconds