Searched defs:window_data (Results 1 – 1 of 1) sorted by relevance
793 struct window_data { /* window descriptor block byte layout */ struct794 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 */[all …]