/external/harfbuzz_ng/src/ |
D | hb-shape-plan.cc | 210 hb_shape_plan_t *shape_plan; in hb_shape_plan_create2() local 214 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) in hb_shape_plan_create2() 220 shape_plan->face_unsafe = face; in hb_shape_plan_create2() 222 if (unlikely (!shape_plan->key.init (true, in hb_shape_plan_create2() 232 if (unlikely (!shape_plan->ot.init0 (face, &shape_plan->key))) in hb_shape_plan_create2() 236 return shape_plan; in hb_shape_plan_create2() 241 shape_plan->key.free (); in hb_shape_plan_create2() 243 free (shape_plan); in hb_shape_plan_create2() 274 hb_shape_plan_reference (hb_shape_plan_t *shape_plan) in hb_shape_plan_reference() argument 276 return hb_object_reference (shape_plan); in hb_shape_plan_reference() [all …]
|
D | hb-shape-plan.h | 78 hb_shape_plan_reference (hb_shape_plan_t *shape_plan); 81 hb_shape_plan_destroy (hb_shape_plan_t *shape_plan); 84 hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan, 91 hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan, 96 hb_shape_plan_execute (hb_shape_plan_t *shape_plan, 103 hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
|
D | hb-shape.cc | 135 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full() local 139 hb_bool_t res = hb_shape_plan_execute (shape_plan, font, buffer, features, num_features); in hb_shape_full() 140 hb_shape_plan_destroy (shape_plan); in hb_shape_full()
|
D | hb-directwrite.cc | 547 _hb_directwrite_shape_full (hb_shape_plan_t *shape_plan, in _hb_directwrite_shape_full() argument 872 _hb_directwrite_shape (hb_shape_plan_t *shape_plan, in _hb_directwrite_shape() argument 878 return _hb_directwrite_shape_full (shape_plan, font, buffer, in _hb_directwrite_shape() 890 hb_shape_plan_t *shape_plan; in _hb_directwrite_shape_experimental_width() local 891 shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, in _hb_directwrite_shape_experimental_width() 893 hb_bool_t res = _hb_directwrite_shape_full (shape_plan, font, buffer, in _hb_directwrite_shape_experimental_width()
|
D | hb-ot-shape.h | 47 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan,
|
D | hb-ot-shape.cc | 1084 _hb_ot_shape (hb_shape_plan_t *shape_plan, in _hb_ot_shape() argument 1090 hb_ot_shape_context_t c = {&shape_plan->ot, font, font->face, buffer, features, num_features}; in _hb_ot_shape() 1103 hb_ot_shape_plan_collect_lookups (hb_shape_plan_t *shape_plan, in hb_ot_shape_plan_collect_lookups() argument 1107 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups() 1144 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props, in hb_ot_shape_glyphs_closure() local 1155 hb_ot_shape_plan_collect_lookups (shape_plan, HB_OT_TAG_GSUB, lookups); in hb_ot_shape_glyphs_closure() 1160 hb_shape_plan_destroy (shape_plan); in hb_ot_shape_glyphs_closure()
|
D | hb-face.hh | 65 hb_shape_plan_t *shape_plan; member
|
D | hb-fallback-shape.cc | 72 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape()
|
D | hb-gobject-structs.cc | 89 HB_DEFINE_OBJECT_TYPE (shape_plan)
|
D | hb-shaper.hh | 33 typedef hb_bool_t hb_shape_func_t (hb_shape_plan_t *shape_plan,
|
D | hb-face.cc | 265 hb_shape_plan_destroy (node->shape_plan); in hb_face_destroy()
|
D | hb-graphite2.cc | 212 _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_graphite2_shape()
|
D | hb-uniscribe.cc | 607 _hb_uniscribe_shape (hb_shape_plan_t *shape_plan, in _hb_uniscribe_shape() argument
|
D | hb-coretext.cc | 434 _hb_coretext_shape (hb_shape_plan_t *shape_plan, in _hb_coretext_shape() argument
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 2001 <!-- hb_shape_plan_t* hb_face_t::plan_node_t::shape_plan --> 2002 …<var-decl name='shape_plan' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spa… 3099 <!-- hb_shape_plan_t* hb_face_t::plan_node_t::shape_plan --> 3100 …<var-decl name='shape_plan' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spa… 26815 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 27219 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 27241 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 27250 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 27265 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 27272 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 1305 …<var-decl name='shape_plan' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spa… 2008 …<var-decl name='shape_plan' type-id='type-id-177' visibility='default' filepath='/tmp/legendre/spa… 17512 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 17747 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 17759 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 17764 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 17772 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage… 17776 …<parameter type-id='type-id-177' name='shape_plan' filepath='/tmp/legendre/spack-stage/spack-stage…
|