DCM_RLE_ReadByte 3366 coders/dcm.c return (DCM_RLE_ReadByte(image,dcm) << 4) | DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 3977 coders/dcm.c index=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 3995 coders/dcm.c index=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4003 coders/dcm.c index=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4086 coders/dcm.c index=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4104 coders/dcm.c index=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4189 coders/dcm.c q->red=ScaleCharToQuantum(DCM_RLE_ReadByte(image,dcm)); DCM_RLE_ReadByte 4195 coders/dcm.c q->green=ScaleCharToQuantum(DCM_RLE_ReadByte(image,dcm)); DCM_RLE_ReadByte 4201 coders/dcm.c q->blue=ScaleCharToQuantum(DCM_RLE_ReadByte(image,dcm)); DCM_RLE_ReadByte 4207 coders/dcm.c q->opacity=ScaleCharToQuantum((Quantum)(MaxRGB-ScaleCharToQuantum(DCM_RLE_ReadByte(image,dcm)))); DCM_RLE_ReadByte 4268 coders/dcm.c red=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4269 coders/dcm.c green=DCM_RLE_ReadByte(image,dcm); DCM_RLE_ReadByte 4270 coders/dcm.c blue=DCM_RLE_ReadByte(image,dcm);