提交 ea86efa4 编写于 作者: B Behdad Esfahbod

Minor

上级 8b63efb6
...@@ -146,7 +146,7 @@ struct hb_ot_map_t ...@@ -146,7 +146,7 @@ struct hb_ot_map_t
hb_prealloced_array_t<feature_map_t, 8> features; hb_prealloced_array_t<feature_map_t, 8> features;
hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */ hb_prealloced_array_t<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
hb_prealloced_array_t<stage_map_t, 1> stages[2]; /* GSUB/GPOS */ hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
}; };
enum hb_ot_map_feature_flags_t { enum hb_ot_map_feature_flags_t {
...@@ -235,8 +235,8 @@ struct hb_ot_map_builder_t ...@@ -235,8 +235,8 @@ struct hb_ot_map_builder_t
private: private:
unsigned int current_stage[2]; /* GSUB/GPOS */ unsigned int current_stage[2]; /* GSUB/GPOS */
hb_prealloced_array_t<feature_info_t,16> feature_infos; hb_prealloced_array_t<feature_info_t, 32> feature_infos;
hb_prealloced_array_t<stage_info_t, 1> stages[2]; /* GSUB/GPOS */ hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册