Lines Matching defs:byte
190 byte;
298 byte=(unsigned char) ReadBlobByte(image);
299 runlength=byte;
300 if (byte > 127)
301 runlength=byte-256;
313 byte=(unsigned char) ReadBlobByte(image);
319 SetPixelRed(image,ScaleCharToQuantum(byte),q);
324 SetPixelGreen(image,ScaleCharToQuantum(byte),q);
329 SetPixelBlue(image,ScaleCharToQuantum(byte),q);
335 SetPixelAlpha(image,ScaleCharToQuantum(byte),q);
346 byte=(unsigned char) ReadBlobByte(image);
359 SetPixelRed(image,ScaleCharToQuantum(byte),q);
364 SetPixelGreen(image,ScaleCharToQuantum(byte),q);
369 SetPixelBlue(image,ScaleCharToQuantum(byte),q);
375 SetPixelAlpha(image,ScaleCharToQuantum(byte),q);