Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Ddcm.c2745 static int ReadDCMByte(DCMStreamInfo *stream_info,Image *image) in ReadDCMByte() function
2805 value=(unsigned short) ReadDCMByte(stream_info,image); in ReadDCMShort()
2806 byte=ReadDCMByte(stream_info,image); in ReadDCMShort()
2873 ((int) info->max_value-ReadDCMByte(stream_info,image)) : in ReadDCMPixels()
2874 ReadDCMByte(stream_info,image); in ReadDCMPixels()
2890 byte=ReadDCMByte(stream_info,image); in ReadDCMPixels()
2948 pixel.red=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
2949 pixel.green=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
2950 pixel.blue=(unsigned int) ReadDCMByte(stream_info,image); in ReadDCMPixels()
4146 ReadDCMByte(stream_info,image)),q); in ReadDCMImage()
[all …]