Searched defs:fvar (Results 1 – 5 of 5) sorted by relevance
85 struct fvar struct87 static const hb_tag_t tableTag = HB_OT_TAG_fvar;89 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()103 inline unsigned int get_axis_count (void) const in get_axis_count()106 inline bool get_axis (unsigned int index, hb_ot_var_axis_t *info) const in get_axis()125 inline unsigned int get_axis_infos (unsigned int start_offset, in get_axis_infos()146 inline bool find_axis (hb_tag_t tag, unsigned int *index, hb_ot_var_axis_t *info) const in find_axis()162 inline int normalize_axis_value (unsigned int axis_index, float v) const in normalize_axis_value()180 inline const AxisRecord * get_axes (void) const in get_axes()183 inline const InstanceRecord * get_instances (void) const in get_instances()[all …]
79 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_get_axis_count() local94 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_get_axes() local109 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_find_axis() local129 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_normalize_variations() local153 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_normalize_coords() local
166 OT::hb_lazy_table_loader_t<struct OT::fvar> fvar; member
365 float fvar = var<float>; variable
1822 Variable* fvar = function_scope->DeclareFunctionVar(function_name); in CreateFunctionNameAssignment() local