Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-base-table.hh451 struct BaseScript struct
453 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max()
459 const BaseCoord &get_base_coord (int baseline_tag_index) const in get_base_coord()
462 bool has_values () const { return baseValues; } in has_values()
463 …ool has_min_max () const { return defaultMinMax; /* TODO What if only per-language is present? */ } in has_min_max()
465 void collect_variation_indices (const hb_subset_plan_t* plan, in collect_variation_indices()
475 bool subset (hb_subset_context_t *c) const in subset()
494 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
505 baseValues; /* Offset to BaseValues table, from beginning
508 defaultMinMax; /* Offset to MinMax table, from beginning of
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs456 impl<'a> FontRead<'a> for BaseScript<'a> { implementation
472 pub type BaseScript<'a> = TableRef<'a, BaseScriptMarker>; typedef
474 impl<'a> BaseScript<'a> { implementation
514 impl<'a> SomeTable<'a> for BaseScript<'a> { implementation
546 impl<'a> std::fmt::Debug for BaseScript<'a> { implementation