Home | History | Annotate | Download | only in coders

Lines Matching refs:WriteBlobByte

785     (void) WriteBlobByte(image,(unsigned char) bits_per_pixel);
791 (void) WriteBlobByte(image,version);
793 (void) WriteBlobByte(image,(unsigned char) transparentIndex);
795 (void) WriteBlobByte(image,PALM_COMPRESSION_RLE);
798 (void) WriteBlobByte(image,PALM_COMPRESSION_SCANLINE);
800 (void) WriteBlobByte(image,PALM_COMPRESSION_NONE);
805 (void) WriteBlobByte(image,5); /* # of bits of red */
806 (void) WriteBlobByte(image,6); /* # of bits of green */
807 (void) WriteBlobByte(image,5); /* # of bits of blue */
808 (void) WriteBlobByte(image,0); /* reserved by Palm */
823 (void) WriteBlobByte(image,(unsigned char) count);
824 (void) WriteBlobByte(image,ScaleQuantumToChar(ClampToQuantum(
826 (void) WriteBlobByte(image,ScaleQuantumToChar(ClampToQuantum(
828 (void) WriteBlobByte(image,ScaleQuantumToChar(ClampToQuantum(
932 (void) WriteBlobByte(image,(unsigned char) count);
933 (void) WriteBlobByte(image,(unsigned char) byte);
954 (void) WriteBlobByte(image, byte);
967 (void) WriteBlobByte(image,(unsigned char) transparentIndex); /* trans index */
972 (void) WriteBlobByte(image,0); /* reserved by Palm */
973 (void) WriteBlobByte(image,(unsigned char) ((31*transpix.red)/QuantumRange));
974 (void) WriteBlobByte(image,(unsigned char) ((63*transpix.green)/QuantumRange));
975 (void) WriteBlobByte(image,(unsigned char) ((31*transpix.blue)/QuantumRange));
991 (void) WriteBlobByte(image,0);