| Index: third_party/harfbuzz-ng/src/hb-shape-plan.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-shape-plan.h b/third_party/harfbuzz-ng/src/hb-shape-plan.h
|
| index aa5e0c7d6f519b841c4519811f18845cdf92ee77..b62ae7ca3508fda86785308e77bdf83a5f86ad99 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-shape-plan.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-shape-plan.h
|
| @@ -53,6 +53,25 @@ hb_shape_plan_create_cached (hb_face_t *face,
|
| const char * const *shaper_list);
|
|
|
| HB_EXTERN hb_shape_plan_t *
|
| +hb_shape_plan_create2 (hb_face_t *face,
|
| + const hb_segment_properties_t *props,
|
| + const hb_feature_t *user_features,
|
| + unsigned int num_user_features,
|
| + const int *coords,
|
| + unsigned int num_coords,
|
| + const char * const *shaper_list);
|
| +
|
| +HB_EXTERN hb_shape_plan_t *
|
| +hb_shape_plan_create_cached2 (hb_face_t *face,
|
| + const hb_segment_properties_t *props,
|
| + const hb_feature_t *user_features,
|
| + unsigned int num_user_features,
|
| + const int *coords,
|
| + unsigned int num_coords,
|
| + const char * const *shaper_list);
|
| +
|
| +
|
| +HB_EXTERN hb_shape_plan_t *
|
| hb_shape_plan_get_empty (void);
|
|
|
| HB_EXTERN hb_shape_plan_t *
|
|
|