Home
last modified time | relevance | path

Searched refs:DeltaSetIndexMapFormat0Marker (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_variations.rs191 impl Format<u8> for DeltaSetIndexMapFormat0Marker { implementation
198 pub struct DeltaSetIndexMapFormat0Marker { struct
202 impl DeltaSetIndexMapFormat0Marker { argument
229 cursor.finish(DeltaSetIndexMapFormat0Marker { map_data_byte_len }) in read()
234 pub type DeltaSetIndexMapFormat0<'a> = TableRef<'a, DeltaSetIndexMapFormat0Marker>;
419 DeltaSetIndexMapFormat0Marker::FORMAT => Ok(Self::Format0(FontRead::read(data)?)), in read()