Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddcm.c2747 static int ReadDCMByte(DCMStreamInfo *stream_info,Image *image) in ReadDCMByte() function
2807 value=(unsigned short) ReadDCMByte(stream_info,image); in ReadDCMShort()
2808 byte=ReadDCMByte(stream_info,image); in ReadDCMShort()
2875 ((int) info->max_value-ReadDCMByte(stream_info,image)) : in ReadDCMPixels()
2876 ReadDCMByte(stream_info,image); in ReadDCMPixels()
2892 byte=ReadDCMByte(stream_info,image); in ReadDCMPixels()
2950 pixel.red=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
2951 pixel.green=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
2952 pixel.blue=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
4191 ReadDCMByte(stream_info,image)),q); in ReadDCMImage()
[all …]