Home
last modified time | relevance | path

Searched refs:WriteBlobShort (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/coders/
Dyuv.c699 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
704 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
737 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
779 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
813 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
Ddpx.c1605 offset+=WriteBlobShort(image,dpx.image.orientation); in WriteDPXImage()
1607 offset+=WriteBlobShort(image,dpx.image.number_elements); in WriteDPXImage()
1666 offset+=WriteBlobShort(image,dpx.image.image_element[i].packing); in WriteDPXImage()
1668 offset+=WriteBlobShort(image,dpx.image.image_element[i].encoding); in WriteDPXImage()
1762 offset+=WriteBlobShort(image,dpx.orientation.border[i]); in WriteDPXImage()
Dvips.c609 (void) WriteBlobShort(image,ScaleQuantumToShort(value)); in WriteVIPSPixel()
/external/ImageMagick/MagickCore/
Dblob-private.h115 WriteBlobShort(Image *,const unsigned short),
Dmethods.h1333 #define WriteBlobShort PrependMagickMethod(WriteBlobShort) macro
Dblob.c4721 MagickExport ssize_t WriteBlobShort(Image *image,const unsigned short value) in WriteBlobShort() function