Home
last modified time | relevance | path

Searched defs:HB_UNUSED (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/perf/
Dperf-draw.hh12 #define HB_UNUSED __attribute__((unused)) macro
15 _hb_move_to (hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED)… in _hb_move_to()
18 _hb_line_to (hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED)… in _hb_line_to()
21 _hb_quadratic_to (hb_position_t control_x HB_UNUSED, hb_position_t control_y HB_UNUSED, in _hb_quadratic_to()
22 hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, in _hb_quadratic_to()
23 void *user_data HB_UNUSED) {} in _hb_quadratic_to()
26 _hb_cubic_to (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _hb_cubic_to()
27 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _hb_cubic_to()
28 hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, in _hb_cubic_to()
29 void *user_data HB_UNUSED) {} in _hb_cubic_to()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-unicode.cc61 hb_unicode_combining_class_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_combining_class_nil()
62 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
63 void *user_data HB_UNUSED) in hb_unicode_combining_class_nil()
70 hb_unicode_eastasian_width_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_eastasian_width_nil()
71 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
72 void *user_data HB_UNUSED) in hb_unicode_eastasian_width_nil()
79 hb_unicode_general_category_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_general_category_nil()
80 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
81 void *user_data HB_UNUSED) in hb_unicode_general_category_nil()
87 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_mirroring_nil()
[all …]
Dhb-draw.cc123 _move_to_nil (hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED in _move_to_nil()
126 _line_to_nil (hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED in _line_to_nil()
129 _quadratic_to_nil (hb_position_t control_x HB_UNUSED, hb_position_t control_y HB_UNUSED, in _quadratic_to_nil()
130 hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, in _quadratic_to_nil()
131 void *user_data HB_UNUSED) {} in _quadratic_to_nil()
134 _cubic_to_nil (hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, in _cubic_to_nil()
135 hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, in _cubic_to_nil()
136 hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, in _cubic_to_nil()
137 void *user_data HB_UNUSED) {} in _cubic_to_nil()
140 _close_path_nil (void *user_data HB_UNUSED) {} in _close_path_nil()
Dhb-font.cc68 hb_font_get_font_h_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_h_extents_nil()
69 void *font_data HB_UNUSED, in hb_font_get_font_h_extents_nil()
71 void *user_data HB_UNUSED) in hb_font_get_font_h_extents_nil()
79 void *font_data HB_UNUSED, in hb_font_get_font_h_extents_default()
81 void *user_data HB_UNUSED) in hb_font_get_font_h_extents_default()
93 hb_font_get_font_v_extents_nil (hb_font_t *font HB_UNUSED, in hb_font_get_font_v_extents_nil()
94 void *font_data HB_UNUSED, in hb_font_get_font_v_extents_nil()
96 void *user_data HB_UNUSED) in hb_font_get_font_v_extents_nil()
104 void *font_data HB_UNUSED, in hb_font_get_font_v_extents_default()
106 void *user_data HB_UNUSED) in hb_font_get_font_v_extents_default()
[all …]
Dhb-glib.cc88 hb_glib_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_combining_class()
90 void *user_data HB_UNUSED) in hb_glib_unicode_combining_class()
97 hb_glib_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_general_category()
99 void *user_data HB_UNUSED) in hb_glib_unicode_general_category()
107 hb_glib_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_mirroring()
109 void *user_data HB_UNUSED) in hb_glib_unicode_mirroring()
116 hb_glib_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_script()
118 void *user_data HB_UNUSED) in hb_glib_unicode_script()
124 hb_glib_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_compose()
128 void *user_data HB_UNUSED) in hb_glib_unicode_compose()
[all …]
Dhb-fallback-shape.cc38 _hb_fallback_shaper_face_data_create (hb_face_t *face HB_UNUSED) in _hb_fallback_shaper_face_data_create()
44 _hb_fallback_shaper_face_data_destroy (hb_fallback_face_data_t *data HB_UNUSED) in _hb_fallback_shaper_face_data_destroy()
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED) in _hb_fallback_shaper_font_data_create()
62 _hb_fallback_shaper_font_data_destroy (hb_fallback_font_data_t *data HB_UNUSED) in _hb_fallback_shaper_font_data_destroy()
72 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape()
75 const hb_feature_t *features HB_UNUSED, in _hb_fallback_shape()
76 unsigned int num_features HB_UNUSED) in _hb_fallback_shape()
Dhb-ot-font.cc63 hb_ot_get_nominal_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_nominal_glyph()
67 void *user_data HB_UNUSED) in hb_ot_get_nominal_glyph()
74 hb_ot_get_nominal_glyphs (hb_font_t *font HB_UNUSED, in hb_ot_get_nominal_glyphs()
81 void *user_data HB_UNUSED) in hb_ot_get_nominal_glyphs()
90 hb_ot_get_variation_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_variation_glyph()
95 void *user_data HB_UNUSED) in hb_ot_get_variation_glyph()
108 void *user_data HB_UNUSED) in hb_ot_get_glyph_h_advances()
128 void *user_data HB_UNUSED) in hb_ot_get_glyph_v_advances()
147 void *user_data HB_UNUSED) in hb_ot_get_glyph_v_origin()
183 void *user_data HB_UNUSED) in hb_ot_get_glyph_extents()
[all …]
Dhb-icu.cc109 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_combining_class()
111 void *user_data HB_UNUSED) in hb_icu_unicode_combining_class()
118 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_general_category()
120 void *user_data HB_UNUSED) in hb_icu_unicode_general_category()
169 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_mirroring()
171 void *user_data HB_UNUSED) in hb_icu_unicode_mirroring()
177 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_script()
179 void *user_data HB_UNUSED) in hb_icu_unicode_script()
191 hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_compose()
205 hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose()
Dhb-ucd.cc24 hb_ucd_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_combining_class()
26 void *user_data HB_UNUSED) in hb_ucd_combining_class()
32 hb_ucd_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_general_category()
34 void *user_data HB_UNUSED) in hb_ucd_general_category()
40 hb_ucd_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_mirroring()
42 void *user_data HB_UNUSED) in hb_ucd_mirroring()
48 hb_ucd_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_script()
50 void *user_data HB_UNUSED) in hb_ucd_script()
128 hb_ucd_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_compose()
130 void *user_data HB_UNUSED) in hb_ucd_compose()
[all …]
Dhb-debug.hh179 _hb_debug_msg_va<0> (const char *what HB_UNUSED, in _hb_debug_msg_va()
180 const void *obj HB_UNUSED, in _hb_debug_msg_va()
181 const char *func HB_UNUSED, in _hb_debug_msg_va()
182 bool indented HB_UNUSED, in _hb_debug_msg_va()
183 unsigned int level HB_UNUSED, in _hb_debug_msg_va()
184 int level_dir HB_UNUSED, in _hb_debug_msg_va()
185 const char *message HB_UNUSED, in _hb_debug_msg_va()
186 va_list ap HB_UNUSED) {} in _hb_debug_msg_va()
222 _hb_debug_msg<0> (const char *what HB_UNUSED, in _hb_debug_msg()
223 const void *obj HB_UNUSED, in _hb_debug_msg()
[all …]
Dhb-ot-shape-complex-myanmar.cc103 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar()
105 hb_font_t *font HB_UNUSED) in setup_masks_myanmar()
120 setup_syllables_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables_myanmar()
121 hb_font_t *font HB_UNUSED, in setup_syllables_myanmar()
240 reorder_syllable_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in reorder_syllable_myanmar()
241 hb_face_t *face HB_UNUSED, in reorder_syllable_myanmar()
Dhb-ft.cc247 hb_ft_get_nominal_glyph (hb_font_t *font HB_UNUSED, in hb_ft_get_nominal_glyph()
251 void *user_data HB_UNUSED) in hb_ft_get_nominal_glyph()
279 hb_ft_get_nominal_glyphs (hb_font_t *font HB_UNUSED, in hb_ft_get_nominal_glyphs()
286 void *user_data HB_UNUSED) in hb_ft_get_nominal_glyphs()
305 hb_ft_get_variation_glyph (hb_font_t *font HB_UNUSED, in hb_ft_get_variation_glyph()
310 void *user_data HB_UNUSED) in hb_ft_get_variation_glyph()
330 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_advances()
368 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_advance()
391 void *user_data HB_UNUSED) in hb_ft_get_glyph_v_origin()
419 void *user_data HB_UNUSED) in hb_ft_get_glyph_h_kerning()
[all …]
Dhb-ot-shape-complex-khmer.cc169 setup_masks_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_khmer()
171 hb_font_t *font HB_UNUSED) in setup_masks_khmer()
185 setup_syllables_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables_khmer()
186 hb_font_t *font HB_UNUSED, in setup_syllables_khmer()
200 hb_face_t *face HB_UNUSED, in reorder_consonant_syllable()
Dhb-ot-shape-complex-arabic-fallback.hh48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_single()
99 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature()
218 arabic_fallback_plan_init_win1256 (arabic_fallback_plan_t *fallback_plan HB_UNUSED, in arabic_fallback_plan_init_win1256() argument
219 const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_plan_init_win1256()
220 hb_font_t *font HB_UNUSED) in arabic_fallback_plan_init_win1256()
Dhb-ot-shape-complex-use.cc191 hb_font_t *font HB_UNUSED) in setup_masks_use()
298 hb_font_t *font HB_UNUSED, in setup_syllables_use()
310 hb_font_t *font HB_UNUSED, in record_rphf_use()
332 record_pref_use (const hb_ot_shape_plan_t *plan HB_UNUSED, in record_pref_use()
333 hb_font_t *font HB_UNUSED, in record_pref_use()
Dhb-ot-shape-complex-vowel-constraints.cc38 _hb_preprocess_text_vowel_constraints (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_preprocess_text_vowel_constraints()
40 hb_font_t *font HB_UNUSED) in _hb_preprocess_text_vowel_constraints()
Dhb-ot-shape-fallback.cc169 _hb_ot_shape_fallback_mark_position_recategorize_marks (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_mark_position_recategorize_marks()
170 hb_font_t *font HB_UNUSED, in _hb_ot_shape_fallback_mark_position_recategorize_marks()
209 position_mark (const hb_ot_shape_plan_t *plan HB_UNUSED, in position_mark()
517 _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_spaces()
Dhb-graphite2.cc186 _hb_graphite2_shaper_font_data_create (hb_font_t *font HB_UNUSED) in _hb_graphite2_shaper_font_data_create()
192 _hb_graphite2_shaper_font_data_destroy (hb_graphite2_font_data_t *data HB_UNUSED) in _hb_graphite2_shaper_font_data_destroy()
209 hb_graphite2_font_get_gr_font (hb_font_t *font HB_UNUSED) in hb_graphite2_font_get_gr_font()
230 _hb_graphite2_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_graphite2_shape()
Dhb-gdi.cc42 _hb_gdi_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) in _hb_gdi_reference_table()
Dhb.hh265 #define HB_UNUSED __attribute__((unused)) macro
267 #define HB_UNUSED __pragma(warning(suppress: 4100 4101)) macro
269 #define HB_UNUSED macro
Dhb-ot-layout.hh172 _hb_clear_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_clear_syllables()
173 hb_font_t *font HB_UNUSED, in _hb_clear_syllables()
566 _hb_clear_substitution_flags (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_clear_substitution_flags()
567 hb_font_t *font HB_UNUSED, in _hb_clear_substitution_flags()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-font.c86 get_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data HB_UNUSED) in get_table()
210 contour_point_func1 (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in contour_point_func1()
211 hb_codepoint_t glyph, unsigned int point_index HB_UNUSED, in contour_point_func1()
213 void *user_data HB_UNUSED) in contour_point_func1()
230 contour_point_func2 (hb_font_t *font, void *font_data HB_UNUSED, in contour_point_func2()
233 void *user_data HB_UNUSED) in contour_point_func2()
246 glyph_h_advance_func1 (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in glyph_h_advance_func1()
248 void *user_data HB_UNUSED) in glyph_h_advance_func1()
365 nominal_glyph_func (hb_font_t *font HB_UNUSED, in nominal_glyph_func()
366 void *font_data HB_UNUSED, in nominal_glyph_func()
[all …]
Dtest-shape.c44 glyph_h_advance_func (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in glyph_h_advance_func()
46 void *user_data HB_UNUSED) in glyph_h_advance_func()
57 glyph_func (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in glyph_func()
60 void *user_data HB_UNUSED) in glyph_func()
Dtest-unicode.c760 data_fixture_init (data_fixture_t *f, gconstpointer user_data HB_UNUSED) in data_fixture_init()
766 data_fixture_finish (data_fixture_t *f HB_UNUSED, gconstpointer user_data HB_UNUSED) in data_fixture_finish()
771 test_unicode_subclassing_nil (data_fixture_t *f, gconstpointer user_data HB_UNUSED) in test_unicode_subclassing_nil()
793 test_unicode_subclassing_default (data_fixture_t *f, gconstpointer user_data HB_UNUSED) in test_unicode_subclassing_default()
812 test_unicode_subclassing_deep (data_fixture_t *f, gconstpointer user_data HB_UNUSED) in test_unicode_subclassing_deep()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-fuzzer.hh7 #define HB_UNUSED __attribute__((unused)) macro
9 #define HB_UNUSED macro

12