Searched defs:BaseScript (Results 1 – 2 of 2) sorted by relevance
451 struct BaseScript struct453 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 beginning508 defaultMinMax; /* Offset to MinMax table, from beginning of[all …]
456 impl<'a> FontRead<'a> for BaseScript<'a> { implementation472 pub type BaseScript<'a> = TableRef<'a, BaseScriptMarker>; typedef474 impl<'a> BaseScript<'a> { implementation514 impl<'a> SomeTable<'a> for BaseScript<'a> { implementation546 impl<'a> std::fmt::Debug for BaseScript<'a> { implementation