Searched refs:HB_UNUSED (Results 1 - 25 of 43) sorted by relevance

12

/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc38 _hb_fallback_shaper_face_data_create (hb_face_t *face HB_UNUSED) argument
44 _hb_fallback_shaper_face_data_destroy (hb_fallback_shaper_face_data_t *data HB_UNUSED) argument
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED) argument
62 _hb_fallback_shaper_font_data_destroy (hb_fallback_shaper_font_data_t *data HB_UNUSED) argument
74 _hb_fallback_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, argument
75 const hb_feature_t *user_features HB_UNUSED,
76 unsigned int num_user_features HB_UNUSED)
82 _hb_fallback_shaper_shape_plan_data_destroy (hb_fallback_shaper_shape_plan_data_t *data HB_UNUSED) argument
92 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, argument
95 const hb_feature_t *features HB_UNUSED,
[all...]
H A Dhb-unicode.cc42 hb_unicode_combining_class_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
43 hb_codepoint_t unicode HB_UNUSED,
44 void *user_data HB_UNUSED)
50 hb_unicode_eastasian_width_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
51 hb_codepoint_t unicode HB_UNUSED,
52 void *user_data HB_UNUSED)
58 hb_unicode_general_category_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
59 hb_codepoint_t unicode HB_UNUSED,
60 void *user_data HB_UNUSED)
66 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
74 hb_unicode_script_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode HB_UNUSED, void *user_data HB_UNUSED) argument
82 hb_unicode_compose_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t a HB_UNUSED, hb_codepoint_t b HB_UNUSED, hb_codepoint_t *ab HB_UNUSED, void *user_data HB_UNUSED) argument
92 hb_unicode_decompose_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t ab HB_UNUSED, hb_codepoint_t *a HB_UNUSED, hb_codepoint_t *b HB_UNUSED, void *user_data HB_UNUSED) argument
103 hb_unicode_decompose_compatibility_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t u HB_UNUSED, hb_codepoint_t *decomposed HB_UNUSED, void *user_data HB_UNUSED) argument
[all...]
H A Dhb-ucdn.cc132 void *user_data HB_UNUSED)
139 void *user_data HB_UNUSED)
147 void *user_data HB_UNUSED)
154 void *user_data HB_UNUSED)
161 void *user_data HB_UNUSED)
169 void *user_data HB_UNUSED)
177 void *user_data HB_UNUSED)
185 void *user_data HB_UNUSED)
131 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
138 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
146 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
153 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
160 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
167 hb_ucdn_compose(hb_unicode_funcs_t *ufuncs, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, void *user_data HB_UNUSED) argument
175 hb_ucdn_decompose(hb_unicode_funcs_t *ufuncs, hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, void *user_data HB_UNUSED) argument
183 hb_ucdn_decompose_compatibility(hb_unicode_funcs_t *ufuncs, hb_codepoint_t u, hb_codepoint_t *decomposed, void *user_data HB_UNUSED) argument
H A Dhb-ft.cc63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED, argument
68 void *user_data HB_UNUSED)
86 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED, argument
89 void *user_data HB_UNUSED)
102 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED, argument
105 void *user_data HB_UNUSED)
120 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED, argument
121 void *font_data HB_UNUSED,
122 hb_codepoint_t glyph HB_UNUSED,
123 hb_position_t *x HB_UNUSED,
132 hb_ft_get_glyph_v_origin(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
154 hb_ft_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
171 hb_ft_get_glyph_v_kerning(hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, hb_codepoint_t top_glyph HB_UNUSED, hb_codepoint_t bottom_glyph HB_UNUSED, void *user_data HB_UNUSED) argument
182 hb_ft_get_glyph_extents(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, hb_glyph_extents_t *extents, void *user_data HB_UNUSED) argument
202 hb_ft_get_glyph_contour_point(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
229 hb_ft_get_glyph_name(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, char *name, unsigned int size, void *user_data HB_UNUSED) argument
245 hb_ft_get_glyph_from_name(hb_font_t *font HB_UNUSED, void *font_data, const char *name, int len, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
288 reference_table(hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) argument
[all...]
H A Dhb-glib.cc196 hb_glib_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
198 void *user_data HB_UNUSED)
205 hb_glib_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
207 void *user_data HB_UNUSED)
213 hb_glib_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
215 void *user_data HB_UNUSED)
223 hb_glib_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
225 void *user_data HB_UNUSED)
232 hb_glib_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
234 void *user_data HB_UNUSED)
240 hb_glib_unicode_compose(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, void *user_data HB_UNUSED) argument
277 hb_glib_unicode_decompose(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, void *user_data HB_UNUSED) argument
337 hb_glib_unicode_decompose_compatibility(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t u, hb_codepoint_t *decomposed, void *user_data HB_UNUSED) argument
[all...]
H A Dhb-icu.cc66 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
68 void *user_data HB_UNUSED)
75 hb_icu_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
77 void *user_data HB_UNUSED)
94 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
96 void *user_data HB_UNUSED)
145 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
147 void *user_data HB_UNUSED)
153 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, argument
155 void *user_data HB_UNUSED)
171 hb_icu_unicode_compose(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, void *user_data HB_UNUSED) argument
216 hb_icu_unicode_decompose(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, void *user_data HB_UNUSED) argument
313 hb_icu_unicode_decompose_compatibility(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t u, hb_codepoint_t *decomposed, void *user_data HB_UNUSED) argument
[all...]
H A Dhb-ot-shape-complex-sea-machine.rl82 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
H A Dhb-ot-shape-complex-sea.cc166 setup_masks_sea (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
168 hb_font_t *font HB_UNUSED)
182 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
183 hb_font_t *font HB_UNUSED,
249 initial_reordering_non_sea_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
250 hb_face_t *face HB_UNUSED,
251 hb_buffer_t *buffer HB_UNUSED,
252 unsigned int start HB_UNUSED, unsigned int end HB_UNUSED)
274 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
347 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
364 normalization_preference_sea(const hb_segment_properties_t *props HB_UNUSED) argument
[all...]
H A Dhb-private.hh173 #define HB_UNUSED __attribute__((unused)) macro
175 #define HB_UNUSED macro
630 _hb_debug_msg_va<0> (const char *what HB_UNUSED, argument
631 const void *obj HB_UNUSED,
632 const char *func HB_UNUSED,
633 bool indented HB_UNUSED,
634 unsigned int level HB_UNUSED,
635 int level_dir HB_UNUSED,
636 const char *message HB_UNUSED,
637 va_list ap HB_UNUSED) {}
673 _hb_debug_msg(const char *what HB_UNUSED, const void *obj HB_UNUSED, const char *func HB_UNUSED, bool indented HB_UNUSED, unsigned int level HB_UNUSED, int level_dir HB_UNUSED, const char *message HB_UNUSED, ...) argument
717 _hb_warn_no_return(bool returned HB_UNUSED) argument
769 hb_auto_trace_t(unsigned int *plevel_ HB_UNUSED, const char *what HB_UNUSED, const void *obj HB_UNUSED, const char *func HB_UNUSED, const char *message HB_UNUSED, ...) argument
[all...]
H A Dhb-ot-shape-complex-myanmar.cc268 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
270 hb_font_t *font HB_UNUSED)
284 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
285 hb_font_t *font HB_UNUSED,
410 initial_reordering_non_myanmar_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
411 hb_face_t *face HB_UNUSED,
412 hb_buffer_t *buffer HB_UNUSED,
413 unsigned int start HB_UNUSED, unsigned int end HB_UNUSED)
435 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
508 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
525 normalization_preference_myanmar(const hb_segment_properties_t *props HB_UNUSED) argument
[all...]
H A Dhb-ot-shape-complex-sea-machine.hh112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
H A Dhb-ot-shape-complex-indic-machine.rl106 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
H A Dhb-ot-shape-complex-myanmar-machine.rl105 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED;
H A Dhb-font.cc51 void *font_data HB_UNUSED,
55 void *user_data HB_UNUSED)
66 void *font_data HB_UNUSED,
68 void *user_data HB_UNUSED)
78 void *font_data HB_UNUSED,
80 void *user_data HB_UNUSED)
90 void *font_data HB_UNUSED,
94 void *user_data HB_UNUSED)
109 void *font_data HB_UNUSED,
113 void *user_data HB_UNUSED)
50 hb_font_get_glyph_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
65 hb_font_get_glyph_h_advance_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, void *user_data HB_UNUSED) argument
77 hb_font_get_glyph_v_advance_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, void *user_data HB_UNUSED) argument
89 hb_font_get_glyph_h_origin_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
108 hb_font_get_glyph_v_origin_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
127 hb_font_get_glyph_h_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
140 hb_font_get_glyph_v_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
153 hb_font_get_glyph_extents_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, hb_glyph_extents_t *extents, void *user_data HB_UNUSED) argument
173 hb_font_get_glyph_contour_point_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
193 hb_font_get_glyph_name_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, char *name, unsigned int size, void *user_data HB_UNUSED) argument
207 hb_font_get_glyph_from_name_nil(hb_font_t *font, void *font_data HB_UNUSED, const char *name, int len, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
588 _hb_face_for_data_reference_table(hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) argument
[all...]
H A Dhb-icu-le.cc46 _hb_icu_le_shaper_face_data_create (hb_face_t *face HB_UNUSED) argument
52 _hb_icu_le_shaper_face_data_destroy (hb_icu_le_shaper_face_data_t *data HB_UNUSED) argument
91 _hb_icu_le_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, argument
H A Dhb-ot-shape-complex-myanmar-machine.hh283 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
H A Dhb-old.cc113 int flags /*HB_ShaperFlag*/ HB_UNUSED)
254 _hb_old_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, argument
255 const hb_feature_t *user_features HB_UNUSED,
256 unsigned int num_user_features HB_UNUSED)
262 _hb_old_shaper_shape_plan_data_destroy (hb_old_shaper_shape_plan_data_t *data HB_UNUSED) argument
272 _hb_old_shape (hb_shape_plan_t *shape_plan HB_UNUSED, argument
109 hb_old_getGlyphAdvances(HB_Font old_font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags HB_UNUSED) argument
H A Dhb-utf-private.hh179 const uint32_t *end HB_UNUSED,
188 const uint32_t *start HB_UNUSED,
178 hb_utf_next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode) argument
187 hb_utf_prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode) argument
H A Dhb-coretext.cc148 _hb_coretext_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, argument
149 const hb_feature_t *user_features HB_UNUSED,
150 unsigned int num_user_features HB_UNUSED)
156 _hb_coretext_shaper_shape_plan_data_destroy (hb_coretext_shaper_shape_plan_data_t *data HB_UNUSED) argument
H A Dhb-graphite2.cc193 _hb_graphite2_shaper_shape_plan_data_create (hb_shape_plan_t *shape_plan HB_UNUSED, argument
194 const hb_feature_t *user_features HB_UNUSED,
195 unsigned int num_user_features HB_UNUSED)
201 _hb_graphite2_shaper_shape_plan_data_destroy (hb_graphite2_shaper_shape_plan_data_t *data HB_UNUSED) argument
H A Dhb-ot-shape-complex-indic.cc589 setup_masks_indic (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
591 hb_font_t *font HB_UNUSED)
605 setup_syllables (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
606 hb_font_t *font HB_UNUSED,
1077 initial_reordering_non_indic_cluster (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
1078 hb_face_t *face HB_UNUSED,
1079 hb_buffer_t *buffer HB_UNUSED,
1080 unsigned int start HB_UNUSED, unsigned int end HB_UNUSED)
1104 insert_dotted_circles (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
1523 final_reordering(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) argument
1551 normalization_preference_indic(const hb_segment_properties_t *props HB_UNUSED) argument
[all...]
H A Dhb-set.cc95 hb_set_allocation_successful (const hb_set_t *set HB_UNUSED) argument
/external/harfbuzz/src/
H A Dharfbuzz-impl.h61 #ifndef HB_UNUSED
62 # define HB_UNUSED(arg) ((arg) = (arg)) macro
H A Dharfbuzz-dump.c96 HB_UNUSED(hb_type);
144 HB_UNUSED(hb_type);
155 HB_UNUSED(hb_type);
189 HB_UNUSED(hb_type);
216 HB_UNUSED(hb_type);
225 HB_UNUSED(hb_type);
256 HB_UNUSED(hb_type);
311 HB_UNUSED(hb_type);
347 HB_UNUSED(hb_type);
348 HB_UNUSED(ContextSubstFormat
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-impl.h65 #ifndef HB_UNUSED
66 # define HB_UNUSED(arg) ((arg) = (arg)) macro

Completed in 224 milliseconds

12