Searched defs:fvar (Results 1 – 4 of 4) sorted by relevance
160 struct fvar struct162 static constexpr hb_tag_t tableTag = HB_OT_TAG_fvar;164 bool has_data () const { return version.to_int (); } in has_data()166 bool sanitize (hb_sanitize_context_t *c) const in sanitize()178 unsigned int get_axis_count () const { return axisCount; } in get_axis_count()181 unsigned int get_axes_deprecated (unsigned int start_offset, in get_axes_deprecated()195 unsigned int get_axis_infos (unsigned int start_offset, in get_axis_infos()210 find_axis_deprecated (hb_tag_t tag, unsigned *axis_index, hb_ot_var_axis_t *info) const in find_axis_deprecated()220 find_axis_info (hb_tag_t tag, hb_ot_var_axis_info_t *info) const in find_axis_info()227 int normalize_axis_value (unsigned int axis_index, float v) const in normalize_axis_value()[all …]
283 const OT::fvar &fvar = *face->table.fvar; in hb_ot_var_normalize_variations() local317 const OT::fvar &fvar = *face->table.fvar; in hb_ot_var_normalize_coords() local
2055 const OT::fvar &fvar = *font->face->table.fvar; in hb_font_set_variations() local
1039 char *fvar; // for/select's iteration variable name in run_function() member