Searched defs:RetainedGraphicsState (Results 1 – 1 of 1) sorted by relevance
139 pub struct RetainedGraphicsState { struct145 pub auto_flip: bool,151 pub control_value_cutin: i32,156 pub delta_base: u16,161 pub delta_shift: u16,166 pub instruct_control: u8,171 pub min_distance: i32,176 pub scan_control: bool,201 impl Default for RetainedGraphicsState { argument