Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dyuv.c754 (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()
Ddpx.c1635 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()
Dpsd.c2704 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()
Dvips.c612 (void) WriteBlobShort(image,ScaleQuantumToShort(value)); in WriteVIPSPixel()
/external/ImageMagick/MagickCore/
Dblob-private.h115 WriteBlobShort(Image *,const unsigned short),
Dmethods.h1036 #define WriteBlobShort PrependMagickMethod(WriteBlobShort) macro
Dblob.c5954 MagickExport ssize_t WriteBlobShort(Image *image,const unsigned short value) in WriteBlobShort() function