Home
last modified time | relevance | path

Searched defs:fvar (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh85 struct fvar struct
87 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 …]
Dhb-ot-var.cc79 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_get_axis_count() local
94 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_get_axes() local
109 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_find_axis() local
129 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_normalize_variations() local
153 const OT::fvar &fvar = _get_fvar (face); in hb_ot_var_normalize_coords() local
Dhb-ot-layout-private.hh166 OT::hb_lazy_table_loader_t<struct OT::fvar> fvar; member
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp365 float fvar = var<float>; variable
/external/v8/src/parsing/
Dparser.cc1822 Variable* fvar = function_scope->DeclareFunctionVar(function_name); in CreateFunctionNameAssignment() local