Searched refs:get_coordinates (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-fvar-table.hh | 47 hb_array_t<const HBFixed> get_coordinates (unsigned int axis_count) const in get_coordinates() function 85 get_coordinates (info->min_value, info->default_value, info->max_value); in get_axis_deprecated() 95 get_coordinates (info->min_value, info->default_value, info->max_value); in get_axis_info() 102 get_coordinates (min_value, default_value, max_value); in normalize_axis_value() 118 get_coordinates (min_value, default_value, max_value); in unnormalize_axis_value() 137 void get_coordinates (float &min, float &default_, float &max) const in get_coordinates() function 247 return StructAfter<NameID> (instance->get_coordinates (axisCount)); in get_instance_postscript_name_id() 265 hb_array_t<const HBFixed> instanceCoords = instance->get_coordinates (axisCount) in get_instance_coords()
|