Searched refs:WriteBlobShort (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/coders/ |
D | yuv.c | 754 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage() 759 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage() 791 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage() 833 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage() 867 (void) WriteBlobShort(image,ScaleQuantumToShort( in WriteYUVImage()
|
D | dpx.c | 1635 offset+=WriteBlobShort(image,dpx.image.orientation); in WriteDPXImage() 1637 offset+=WriteBlobShort(image,dpx.image.number_elements); in WriteDPXImage() 1696 offset+=WriteBlobShort(image,dpx.image.image_element[i].packing); in WriteDPXImage() 1698 offset+=WriteBlobShort(image,dpx.image.image_element[i].encoding); in WriteDPXImage() 1792 offset+=WriteBlobShort(image,dpx.orientation.border[i]); in WriteDPXImage()
|
D | psd.c | 2704 length=(size_t) WriteBlobShort(image,RLE); in WriteCompressionStart() 2711 length=(size_t) WriteBlobShort(image,ZipWithoutPrediction); in WriteCompressionStart() 2714 length=(size_t) WriteBlobShort(image,Raw); in WriteCompressionStart() 3106 count=(size_t) WriteBlobShort(image,(const unsigned short) channel); in WriteChannelSize() 3369 size+=WriteBlobShort(image,-(unsigned short) layer_count); in WritePSDLayersInternal() 3371 size+=WriteBlobShort(image,(unsigned short) layer_count); in WritePSDLayersInternal() 3413 size+=WriteBlobShort(image,total_channels); in WritePSDLayersInternal()
|
D | vips.c | 612 (void) WriteBlobShort(image,ScaleQuantumToShort(value)); in WriteVIPSPixel()
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 115 WriteBlobShort(Image *,const unsigned short),
|
D | methods.h | 1036 #define WriteBlobShort PrependMagickMethod(WriteBlobShort) macro
|
D | blob.c | 5954 MagickExport ssize_t WriteBlobShort(Image *image,const unsigned short value) in WriteBlobShort() function
|