Searched defs:shape_plan (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape.cc | 129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full() local
|
H A D | hb-face.hh | 65 hb_shape_plan_t *shape_plan; member
|
H A D | hb-shape-plan.cc | 236 hb_shape_plan_t *shape_plan; in hb_shape_plan_create2() local 300 hb_shape_plan_reference(hb_shape_plan_t *shape_plan) hb_shape_plan_reference() argument 316 hb_shape_plan_destroy(hb_shape_plan_t *shape_plan) hb_shape_plan_destroy() argument 342 hb_shape_plan_set_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) hb_shape_plan_set_user_data() argument 364 hb_shape_plan_get_user_data(hb_shape_plan_t *shape_plan, hb_user_data_key_t *key) hb_shape_plan_get_user_data() argument 381 hb_shape_plan_get_shaper(hb_shape_plan_t *shape_plan) hb_shape_plan_get_shaper() argument 388 _hb_shape_plan_execute_internal(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_shape_plan_execute_internal() argument 447 hb_shape_plan_execute(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) hb_shape_plan_execute() argument 555 hb_shape_plan_t *shape_plan = hb_shape_plan_create2 (face, props, hb_shape_plan_create_cached2() local [all...] |
H A D | hb-ot-shape.cc | 1207 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() argument 1232 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, in hb_ot_shape_plan_collect_lookups() argument 1282 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, in hb_ot_shape_glyphs_closure() local
|
H A D | hb-coretext.cc | 511 _hb_coretext_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_shape() argument
|
H A D | hb-directwrite.cc | 547 _hb_directwrite_shape (hb_shape_plan_t *shape_plan, in _hb_directwrite_shape() argument
|
H A D | hb-uniscribe.cc | 584 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, in _hb_uniscribe_shape() argument
|
Completed in 8 milliseconds