Lines Matching defs:BaseScript
451 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
511 baseLangSysRecords;