Searched refs:mode_data (Results 1 – 13 of 13) sorted by relevance
50 struct mode_data struct52 struct mode_data *next; /* next this class - arbitrary order */ argument63 struct mode_data *component; /* mode of components */ argument64 struct mode_data *wider; /* next wider mode */ argument66 struct mode_data *contained; /* Pointer to list of modes that have argument68 struct mode_data *next_cont; /* Next mode in that list. */ argument70 struct mode_data *complex; /* complex type with mode as component. */ argument83 static struct mode_data *modes[MAX_MODE_CLASS]; argument85 static struct mode_data *void_mode;87 static const struct mode_data blank_mode = {[all …]
50 struct mode_data struct52 struct mode_data *next; /* next this class - arbitrary order */ argument63 struct mode_data *component; /* mode of components */ argument64 struct mode_data *wider; /* next wider mode */ argument66 struct mode_data *contained; /* Pointer to list of modes that have argument68 struct mode_data *next_cont; /* Next mode in that list. */ argument70 struct mode_data *complex; /* complex type with mode as component. */ argument84 static struct mode_data *modes[MAX_MODE_CLASS]; argument86 static struct mode_data *void_mode;88 static const struct mode_data blank_mode = {[all …]
3018 * genmodes.c (struct mode_data): Add counter field.3019 (struct mode_data): Update comment for format.16851 * genmodes.c (mode_data): Add wider_2x.
9995 * genmodes.cc (mode_data): Add boolean field.
4324 * genmodes.c (struct mode_data): Add contained and next_cont5596 * genmodes.c (struct mode_data): Add format field.
15244 * genmodes.c (struct mode_data): Add int_n field.42603 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
16844 * genmodes.c (struct mode_data): Add ibit and fbit fields.
26378 * genmodes.c (struct mode_data): Add field for the complex type of
34798 * genmodes.c (mode_data::need_nunits_adj): New field.
10165 * genmodes.c (mode_data::order): New field.
1213 * genmodes.c (struct mode_data): Remove wider_2x member.
272 struct mustek_mode_select_data mode_data; in mustek_trigger_scanner() local328 _lto2b(sizeof(mode_data), mode_cmd.length); in mustek_trigger_scanner()330 memset(&mode_data, 0, sizeof(mode_data)); in mustek_trigger_scanner()331 mode_data.mode = in mustek_trigger_scanner()334 mode_data.resolution = ss->sio.scan_x_resolution / 3; in mustek_trigger_scanner()340 mode_data.resolution = in mustek_trigger_scanner()343 mode_data.brightness = (ss->sio.scan_brightness - 64) / 3; in mustek_trigger_scanner()344 mode_data.contrast = (ss->sio.scan_contrast - 16) / 7; in mustek_trigger_scanner()345 mode_data.grain = 0; in mustek_trigger_scanner()346 mode_data.velocity = ss->sio.scan_quality / 20 - 1; in mustek_trigger_scanner()[all …]
38484 #: ../glom/mode_data/notebook_data.cc:28 ../glom/mode_find/notebook_find.cc:27