Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_avar.rs108 pub struct SegmentMaps<'a> { struct
115 impl<'a> SegmentMaps<'a> { impl
128 impl<'a> SomeRecord<'a> for SegmentMaps<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Davar.rs5 impl<'a> SegmentMaps<'a> { impl
34 impl<'a> VarSize for SegmentMaps<'a> { implementation
45 impl<'a> FontRead<'a> for SegmentMaps<'a> { implementation
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var-avar-table.hh144 struct SegmentMaps : Array16Of<AxisValueMap> struct
146 int map (int value, unsigned int from_offset = 0, unsigned int to_offset = 1) const in map()
182 int unmap (int value) const { return map (value, 1, 0); } in unmap()
184 Triple unmap_axis_range (const Triple& axis_range) const in unmap_axis_range()
203 bool subset (hb_subset_context_t *c, hb_tag_t axis_tag) const in subset()