Searched defs:fvar (Results 1 – 8 of 8) sorted by relevance
204 struct fvar struct206 static constexpr hb_tag_t tableTag = HB_OT_TAG_fvar;208 bool has_data () const { return version.to_int (); } in has_data()210 bool sanitize (hb_sanitize_context_t *c) const in sanitize()222 unsigned int get_axis_count () const { return axisCount; } in get_axis_count()225 unsigned int get_axes_deprecated (unsigned int start_offset, in get_axes_deprecated()239 unsigned int get_axis_infos (unsigned int start_offset, in get_axis_infos()254 find_axis_deprecated (hb_tag_t tag, unsigned *axis_index, hb_ot_var_axis_t *info) const in find_axis_deprecated()264 find_axis_info (hb_tag_t tag, hb_ot_var_axis_info_t *info) const in find_axis_info()271 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() local320 const OT::fvar &fvar = *face->table.fvar; in hb_ot_var_normalize_coords() local
2406 const OT::fvar &fvar = *font->face->table.fvar; in hb_font_set_variations() local
365 float fvar = var<float>; variable
1720 int fvar = fs->nactvar; /* function's variable index */ in localfunc() local
988 char *fvar; // for/select's iteration variable name member