Searched defs:shaper_list (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape.cc | 60 const char **shaper_list = (const char **) hb_calloc (1 + HB_SHAPERS_COUNT, sizeof (const char *)); in create() local 123 hb_shape_full(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, const char * const *shaper_list) hb_shape_full() argument
|
H A D | hb-shape-plan.cc | 59 init(bool copy, 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) init() argument 188 hb_shape_plan_create(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create() argument 219 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_shape_plan_create2() argument 483 hb_shape_plan_create_cached(hb_face_t *face, const hb_segment_properties_t *props, const hb_feature_t *user_features, unsigned int num_user_features, const char * const *shaper_list) hb_shape_plan_create_cached() argument 515 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_shape_plan_create_cached2() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | options.hh | 161 const char **shaper_list = hb_shape_list_shapers (); in shapers_to_string() local
|
Completed in 2 milliseconds