Searched defs:VariationStore (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 1777 struct VariationStore struct 1779 float get_delta (unsigned int outer, unsigned int inner, in get_delta() 1790 float get_delta (unsigned int index, in get_delta() 1798 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 1807 unsigned int get_region_index_count (unsigned int ivs) const in get_region_index_count() 1810 void get_scalars (unsigned int ivs, in get_scalars() 1820 HBUINT16 format; 1821 LOffsetTo<VarRegionList> regions; 1822 LOffsetArrayOf<VarData> dataSets;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 2824 struct VariationStore struct 2827 float get_delta (unsigned int outer, unsigned int inner, in get_delta() 2843 float get_delta (unsigned int index, in get_delta() 2851 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 2864 bool serialize (hb_serialize_context_t *c, in serialize() 2917 bool subset (hb_subset_context_t *c) const in subset() 2955 unsigned int get_region_index_count (unsigned int major) const in get_region_index_count() 2958 void get_region_scalars (unsigned int major, in get_region_scalars() 2974 unsigned int get_sub_table_count () const { return dataSets.len; } in get_sub_table_count() 2977 HBUINT16 format; [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 3087 struct VariationStore struct 3090 float get_delta (unsigned int outer, unsigned int inner, in get_delta() 3106 float get_delta (unsigned int index, in get_delta() 3114 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 3127 bool serialize (hb_serialize_context_t *c, in serialize() 3164 bool subset (hb_subset_context_t *c) const in subset() 3202 unsigned int get_region_index_count (unsigned int ivs) const in get_region_index_count() 3205 void get_scalars (unsigned int ivs, in get_scalars() 3220 unsigned int get_sub_table_count () const { return dataSets.len; } in get_sub_table_count() 3223 HBUINT16 format; [all …]
|