Home
last modified time | relevance | path

Searched refs:hb_face_t (Results 1 – 25 of 40) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-face.h44 typedef struct hb_face_t hb_face_t; typedef
46 hb_face_t *
50 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
53 hb_face_t *
58 hb_face_t *
61 hb_face_t *
62 hb_face_reference (hb_face_t *face);
65 hb_face_destroy (hb_face_t *face);
68 hb_face_set_user_data (hb_face_t *face,
76 hb_face_get_user_data (hb_face_t *face,
[all …]
Dhb-ot-layout.h52 hb_ot_layout_has_glyph_classes (hb_face_t *face);
63 hb_ot_layout_get_glyph_class (hb_face_t *face,
67 hb_ot_layout_get_glyphs_in_class (hb_face_t *face,
75 hb_ot_layout_get_attach_points (hb_face_t *face,
100 hb_ot_layout_table_get_script_tags (hb_face_t *face,
107 hb_ot_layout_table_find_script (hb_face_t *face,
114 hb_ot_layout_table_choose_script (hb_face_t *face,
121 hb_ot_layout_table_get_feature_tags (hb_face_t *face,
128 hb_ot_layout_script_get_language_tags (hb_face_t *face,
136 hb_ot_layout_script_find_language (hb_face_t *face,
[all …]
Dhb-face.cc47 const hb_face_t _hb_face_nil = {
82 hb_face_t *
87 hb_face_t *face; in hb_face_create_for_tables()
89 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) { in hb_face_create_for_tables()
134 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in _hb_face_for_data_reference_table()
162 hb_face_t *
166 hb_face_t *face; in hb_face_create()
194 hb_face_t *
197 return const_cast<hb_face_t *> (&_hb_face_nil); in hb_face_get_empty()
211 hb_face_t *
[all …]
Dhb-ot-layout.cc47 _hb_ot_layout_create (hb_face_t *face) in HB_SHAPER_DATA_ENSURE_DECLARE()
102 _get_gdef (hb_face_t *face) in _get_gdef()
108 _get_gsub (hb_face_t *face) in _get_gsub()
114 _get_gpos (hb_face_t *face) in _get_gpos()
126 hb_ot_layout_has_glyph_classes (hb_face_t *face) in hb_ot_layout_has_glyph_classes()
132 hb_ot_layout_get_glyph_class (hb_face_t *face, in hb_ot_layout_get_glyph_class()
139 hb_ot_layout_get_glyphs_in_class (hb_face_t *face, in hb_ot_layout_get_glyphs_in_class()
147 hb_ot_layout_get_attach_points (hb_face_t *face, in hb_ot_layout_get_attach_points()
173 get_gsubgpos_table (hb_face_t *face, in get_gsubgpos_table()
185 hb_ot_layout_table_get_script_tags (hb_face_t *face, in hb_ot_layout_table_get_script_tags()
[all …]
Dhb-ft.h60 hb_face_t *
72 hb_face_t *
82 hb_face_t *
Dhb-shape-plan.cc112 hb_shape_plan_create (hb_face_t *face, in hb_shape_plan_create()
402 hb_shape_plan_create_cached (hb_face_t *face, in hb_shape_plan_create_cached()
444hb_face_t::plan_node_t *cached_plan_nodes = (hb_face_t::plan_node_t *) hb_atomic_ptr_get (&face->s… in hb_shape_plan_create_cached()
445 for (hb_face_t::plan_node_t *node = cached_plan_nodes; node; node = node->next) in hb_shape_plan_create_cached()
461hb_face_t::plan_node_t *node = (hb_face_t::plan_node_t *) calloc (1, sizeof (hb_face_t::plan_node_… in hb_shape_plan_create_cached()
Dhb-face-private.hh43 struct hb_face_t { struct
72 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data); in reference_table() argument
98 extern HB_INTERNAL const hb_face_t _hb_face_nil; argument
Dhb-ft.cc304 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table()
340 hb_face_t *
344 hb_face_t *face; in hb_ft_face_create()
374 hb_face_t *
384 hb_face_destroy ((hb_face_t *) ft_face->generic.data); in hb_ft_face_finalize()
396 hb_face_t *
408 return hb_face_reference ((hb_face_t *) ft_face->generic.data); in hb_ft_face_create_cached()
432 hb_face_t *face; in hb_ft_font_create()
Dhb-coretext.h47 hb_face_t *
52 hb_coretext_face_get_cg_font (hb_face_t *face);
Dhb-shape-plan.h42 hb_shape_plan_create (hb_face_t *face,
49 hb_shape_plan_create_cached (hb_face_t *face,
Dhb-graphite2.cc53 hb_face_t *face;
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face) in _hb_graphite2_shaper_face_data_create()
142 hb_graphite2_face_get_gr_face (hb_face_t *face) in hb_graphite2_face_get_gr_face()
163 hb_face_t *face = font->face; in _hb_graphite2_shaper_font_data_create()
222 hb_face_t *face = font->face; in _hb_graphite2_shape()
Dhb-ot-shape-complex-myanmar.cc308 hb_face_t *face, in initial_reordering_consonant_syllable()
403 hb_face_t *face, in initial_reordering_broken_cluster()
413 hb_face_t *face HB_UNUSED, in initial_reordering_punctuation_cluster()
423 hb_face_t *face HB_UNUSED, in initial_reordering_non_myanmar_cluster()
434 hb_face_t *face, in initial_reordering_syllable()
Dhb-ot-shape-complex-sea.cc202 hb_face_t *face, in initial_reordering_consonant_syllable()
241 hb_face_t *face, in initial_reordering_broken_cluster()
251 hb_face_t *face HB_UNUSED, in initial_reordering_non_sea_cluster()
262 hb_face_t *face, in initial_reordering_syllable()
Dhb-ot-map-private.hh142 HB_INTERNAL void add_lookups (hb_face_t *face,
184 HB_INTERNAL hb_ot_map_builder_t (hb_face_t *face_,
231 hb_face_t *face;
Dhb-ot-font.cc46 inline void init (hb_face_t *face, in init()
100 inline void init (hb_face_t *face) in init()
167 hb_face_t *face = font->face; in _hb_ot_font_create()
Dhb-graphite2.h40 hb_graphite2_face_get_gr_face (hb_face_t *face);
Dhb-shape-plan-private.hh41 hb_face_t *face_unsafe; /* We don't carry a reference to face. */
Dhb-ot-shape-complex-indic.cc492 hb_face_t *face) const in would_substitute()
584 hb_face_t *face) in consonant_position_from_face()
675 hb_face_t *face = font->face; in update_consonant_positions()
693 hb_face_t *face, in initial_reordering_consonant_syllable()
1167 hb_face_t *face, in initial_reordering_vowel_syllable()
1177 hb_face_t *face, in initial_reordering_standalone_cluster()
1198 hb_face_t *face, in initial_reordering_broken_cluster()
1208 hb_face_t *face HB_UNUSED, in initial_reordering_symbol_cluster()
1218 hb_face_t *face HB_UNUSED, in initial_reordering_non_indic_cluster()
1229 hb_face_t *face, in initial_reordering_syllable()
Dhb-coretext.cc49 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in reference_table()
66 hb_face_t *
91 _hb_coretext_shaper_face_data_create (hb_face_t *face) in _hb_coretext_shaper_face_data_create()
129 hb_coretext_face_get_cg_font (hb_face_t *face) in hb_coretext_face_get_cg_font()
155 hb_face_t *face = font->face; in _hb_coretext_shaper_font_data_create()
441 hb_face_t *face = font->face; in _hb_coretext_shape()
1097 _hb_coretext_aat_shaper_face_data_create (hb_face_t *face) in _hb_coretext_aat_shaper_face_data_create()
Dhb-ot-layout-private.hh66 hb_ot_layout_lookup_would_substitute_fast (hb_face_t *face,
155 _hb_ot_layout_create (hb_face_t *face);
Dtest-size-params.cc86 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dtest-would-substitute.cc90 hb_face_t *face = hb_face_create (blob, 0 /* first face */); in main()
Dhb-font.h429 hb_font_create (hb_face_t *face);
464 hb_face_t *
/external/harfbuzz_ng/test/api/
Dtest-font.c50 hb_face_t *face; in test_face_create()
76 get_table (hb_face_t *face, hb_tag_t tag, void *user_data) in get_table()
87 hb_face_t *face; in test_face_createfortables()
147 hb_face_t *face; in _test_fontfuncs_nil()
252 hb_face_t *face; in test_fontfuncs_subclassing()
364 hb_face_t *face; in test_font_properties()
Dtest-object.c70 hb_face_t *face = hb_face_create (blob, 0); in create_face()
83 hb_face_t *face = (hb_face_t *) create_face (); in create_font()

12