/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.cc | 236 hb_shape_plan_t *shape_plan; in hb_shape_plan_create2() local 240 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) in hb_shape_plan_create2() 246 shape_plan->face_unsafe = face; in hb_shape_plan_create2() 248 if (unlikely (!shape_plan->key.init (true, in hb_shape_plan_create2() 258 if (unlikely (!shape_plan->ot.init0 (face, &shape_plan->key))) in hb_shape_plan_create2() 262 return shape_plan; in hb_shape_plan_create2() 267 shape_plan->key.fini (); in hb_shape_plan_create2() 269 hb_free (shape_plan); in hb_shape_plan_create2() 291 * @shape_plan 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-shape-plan.h | 92 hb_shape_plan_reference (hb_shape_plan_t *shape_plan); 95 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan); 98 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan, 105 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan, 110 hb_shape_plan_execute (hb_shape_plan_t *shape_plan, 117 hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
|
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 133 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full() 134 hb_shape_plan_destroy (shape_plan); in hb_shape_full()
|
H A D | hb-ot-shape.h | 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
H A D | hb-face.hh | 65 hb_shape_plan_t *shape_plan; member
|
H A D | hb-ot-shape.cc | 1207 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() argument 1213 hb_ot_shape_context_t c = {&shape_plan->ot, font, font->face, buffer, features, num_features}; in _hb_ot_shape() 1222 * @shape_plan: #hb_shape_plan_t to query 1227 * under a given @shape_plan. 1232 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, in hb_ot_shape_plan_collect_lookups() argument 1236 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups() 1282 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, in hb_ot_shape_glyphs_closure() local 1293 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, lookups); in hb_ot_shape_glyphs_closure() 1298 hb_shape_plan_destroy (shape_plan); in hb_ot_shape_glyphs_closure()
|
H A D | hb-fallback-shape.cc | 72 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape()
|
H A D | hb-gobject-structs.cc | 98 HB_DEFINE_OBJECT_TYPE (shape_plan)
|
H A D | hb-shaper.hh | 33 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
H A D | hb-face.cc | 284 hb_shape_plan_destroy (node->shape_plan); in hb_face_destroy()
|
H A D | hb-graphite2.cc | 230 _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_graphite2_shape()
|
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
|
H A D | hb-coretext.cc | 511 _hb_coretext_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_shape() argument
|