Searched refs:hb_shape_plan_t (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-shape-plan.h | 53 typedef struct hb_shape_plan_t hb_shape_plan_t; typedef 55 HB_EXTERN hb_shape_plan_t * 62 HB_EXTERN hb_shape_plan_t * 69 HB_EXTERN hb_shape_plan_t * 78 HB_EXTERN hb_shape_plan_t * 88 HB_EXTERN hb_shape_plan_t * 91 HB_EXTERN hb_shape_plan_t * 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, [all …]
|
D | hb-shape-plan.cc | 187 hb_shape_plan_t * 218 hb_shape_plan_t * 236 hb_shape_plan_t *shape_plan; in hb_shape_plan_create2() 240 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) in hb_shape_plan_create2() 283 hb_shape_plan_t * 286 return const_cast<hb_shape_plan_t *> (&Null (hb_shape_plan_t)); in hb_shape_plan_get_empty() 299 hb_shape_plan_t * 300 hb_shape_plan_reference (hb_shape_plan_t *shape_plan) in hb_shape_plan_reference() 316 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan) in hb_shape_plan_destroy() 342 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan, in hb_shape_plan_set_user_data() [all …]
|
D | hb-ot-shape.h | 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
D | hb-shape-plan.hh | 65 struct hb_shape_plan_t struct
|
D | hb-face.hh | 65 hb_shape_plan_t *shape_plan;
|
D | hb-shape.cc | 129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full()
|
D | hb-fallback-shape.cc | 72 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape()
|
D | hb-ot-shape.hh | 145 struct hb_shape_plan_t;
|
D | hb-shaper.hh | 33 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
D | hb-ot-shape.cc | 1207 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() 1232 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, 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()
|
D | hb-graphite2.cc | 230 _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_graphite2_shape()
|
D | hb-directwrite.cc | 547 _hb_directwrite_shape (hb_shape_plan_t *shape_plan, in _hb_directwrite_shape()
|
D | hb-uniscribe.cc | 584 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 511 _hb_coretext_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_shape()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 655 hb_shape_plan_t
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 3982 <!-- hb_shape_plan_t* hb_face_t::plan_node_t::shape_plan --> 4773 <!-- struct hb_shape_plan_t --> 4774 …<class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepa… 4776 <!-- hb_object_header_t hb_shape_plan_t::header --> 4780 <!-- hb_bool_t hb_shape_plan_t::default_shaper_list --> 4784 <!-- hb_face_t* hb_shape_plan_t::face_unsafe --> 4788 <!-- hb_segment_properties_t hb_shape_plan_t::props --> 4792 <!-- hb_shape_func_t* hb_shape_plan_t::shaper_func --> 4796 <!-- const char* hb_shape_plan_t::shaper_name --> 4800 <!-- hb_feature_t* hb_shape_plan_t::user_features --> [all …]
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2093 hb_shape_plan_t
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3044 …<class-decl name='hb_shape_plan_t' size-in-bits='1664' is-struct='yes' visibility='default' filepa… 3101 …<typedef-decl name='hb_shape_plan_t' type-id='type-id-215' filepath='/tmp/legendre/spack-stage/spa…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 30495 @@ -677,7 +677,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan, 32207 @@ -439,7 +439,8 @@ _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, 42175 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props,
|