Searched refs:WriteBlobShort (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/coders/ |
D | yuv.c | 699 (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()
|
D | dpx.c | 1605 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()
|
D | vips.c | 609 (void) WriteBlobShort(image,ScaleQuantumToShort(value)); in WriteVIPSPixel()
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 115 WriteBlobShort(Image *,const unsigned short),
|
D | methods.h | 1333 #define WriteBlobShort PrependMagickMethod(WriteBlobShort) macro
|
D | blob.c | 4721 MagickExport ssize_t WriteBlobShort(Image *image,const unsigned short value) in WriteBlobShort() function
|