Home | History | Annotate | Download | only in coders

Lines Matching refs:WriteBlobByte

756           (void) WriteBlobByte(image,0); /* RGB */
757 (void) WriteBlobByte(image,3); /* direct by pixel */
758 (void) WriteBlobByte(image,0); /* bits per index (ignored) */
759 (void) WriteBlobByte(image,8); /* bits per red component */
760 (void) WriteBlobByte(image,8); /* bits per green component */
761 (void) WriteBlobByte(image,8); /* bits per blue component */
770 (void) WriteBlobByte(image,0); /* RGB */
771 (void) WriteBlobByte(image,1); /* indexed by pixel */
772 (void) WriteBlobByte(image,bits_per_pixel); /* bits per index */
773 (void) WriteBlobByte(image,8); /* bits per red component */
774 (void) WriteBlobByte(image,8); /* bits per green component */
775 (void) WriteBlobByte(image,8); /* bits per blue component */