Home
last modified time | relevance | path

Searched defs:RetainedGraphicsState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/graphics_state/
H A Dmod.rs139 pub struct RetainedGraphicsState { struct
145 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