Searched refs:get_min_max (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-base-table.hh | 165 void get_min_max (const BaseCoord **min, const BaseCoord **max) const in get_min_max() function 197 void get_min_max (hb_tag_t feature_tag, in get_min_max() function 208 minMaxCoord->get_min_max (min, max); in get_min_max() 283 const MinMax &get_min_max () const in get_min_max() function 304 const MinMax &get_min_max (hb_tag_t language_tag) const in get_min_max() function 312 return record ? record->get_min_max () : this+defaultMinMax; in get_min_max() 427 bool get_min_max (hb_tag_t script_tag, in get_min_max() function 436 base_script.get_min_max (language_tag).get_min_max (feature_tag, min_coord, max_coord); in get_min_max() 493 bool get_min_max (hb_font_t *font, in get_min_max() function 502 if (!get_axis (direction).get_min_max (script_tag, language_tag, feature_tag, in get_min_max()
|