Lines Matching defs:window_data
793 struct window_data { /* window descriptor block byte layout */ struct
794 SANE_Byte windowid; /* 0 */
795 SANE_Byte autoborder; /* 1 */
796 SANE_Byte xres[2]; /* 2,3 */
797 SANE_Byte yres[2]; /* 4,5 */
798 SANE_Byte ulx[4]; /* 6-9 */
799 SANE_Byte uly[4]; /* 10-13 */
800 SANE_Byte windowwidth[4]; /* 14-17 */
801 SANE_Byte windowlength[4]; /* 18-21 */
802 SANE_Byte brightness; /* 22 */
803 SANE_Byte threshold; /* 23 */
804 SANE_Byte contrast; /* 24 */
805 SANE_Byte imagecomposition; /* 25 */
806 SANE_Byte bitsperpixel; /* 26 */
807 SANE_Byte halftonecode; /* 27 */
808 SANE_Byte halftoneid; /* 28 */
809 SANE_Byte paddingtype; /* 29 */
810 SANE_Byte bitordering[2]; /* 30,31 */
811 SANE_Byte compressiontype; /* 32 */
812 SANE_Byte compressionarg; /* 33 */
813 SANE_Byte reserved2[6]; /* 34-39 */
814 SANE_Byte remote; /* 40 */
815 SANE_Byte acefunction; /* 41 */
816 SANE_Byte acesensitivity; /* 42 */
817 SANE_Byte batchmode; /* 43 */
818 SANE_Byte reserved3[2]; /* 44,45 */
819 SANE_Byte border_rotation; /* 46 added this for copiscan 8080 */
820 SANE_Byte reserved4[17]; /* 47-63 added this for copiscan 8080 */
821 BH_SectionBlock sectionblock[NUM_SECTIONS];