Searched defs:HB_UNUSED (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-utf-private.hh214 const uint32_t *end HB_UNUSED,
231 const uint32_t *start HB_UNUSED,
213 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
230 prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
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-ucdn.cc155 void *user_data HB_UNUSED)
162 void *user_data HB_UNUSED)
170 void *user_data HB_UNUSED)
177 void *user_data HB_UNUSED)
184 void *user_data HB_UNUSED)
192 void *user_data HB_UNUSED)
200 void *user_data HB_UNUSED)
208 void *user_data HB_UNUSED)
154 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
161 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
169 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
176 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
183 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
190 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
198 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
206 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-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-indic-machine.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
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-set.cc153 hb_set_allocation_successful (const hb_set_t *set HB_UNUSED) argument
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-face.cc134 _hb_face_for_data_reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) argument
H A Dhb-ft.cc63 hb_ft_get_glyph (hb_font_t *font HB_UNUSED, argument
68 void *user_data HB_UNUSED)
85 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED, argument
88 void *user_data HB_UNUSED)
101 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED, argument
104 void *user_data HB_UNUSED)
119 hb_ft_get_glyph_h_origin (hb_font_t *font HB_UNUSED, argument
120 void *font_data HB_UNUSED,
121 hb_codepoint_t glyph HB_UNUSED,
122 hb_position_t *x HB_UNUSED,
131 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
153 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
170 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
181 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
201 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
228 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
244 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
296 reference_table(hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) argument
[all...]
H A Dhb-ot-font.cc118 hb_ot_get_glyph (hb_font_t *font HB_UNUSED, argument
123 void *user_data HB_UNUSED)
144 hb_ot_get_glyph_h_advance (hb_font_t *font HB_UNUSED, argument
147 void *user_data HB_UNUSED)
161 hb_ot_get_glyph_v_advance (hb_font_t *font HB_UNUSED, argument
164 void *user_data HB_UNUSED)
171 hb_ot_get_glyph_h_origin (hb_font_t *font HB_UNUSED, argument
172 void *font_data HB_UNUSED,
173 hb_codepoint_t glyph HB_UNUSED,
174 hb_position_t *x HB_UNUSED,
183 hb_ot_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
195 hb_ot_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
206 hb_ot_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
216 hb_ot_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
227 hb_ot_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
240 hb_ot_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
251 hb_ot_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
[all...]
H A Dhb-ot-shape-complex-arabic-fallback.hh48 arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
101 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
H A Dhb-ot-shape-complex-arabic.cc311 hb_font_t *font HB_UNUSED)
331 nuke_joiners (const hb_ot_shape_plan_t *plan HB_UNUSED, argument
332 hb_font_t *font HB_UNUSED,
309 setup_masks_arabic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) argument
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh214 const uint32_t *end HB_UNUSED,
231 const uint32_t *start HB_UNUSED,
213 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
230 prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
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-ucdn.cc155 void *user_data HB_UNUSED)
162 void *user_data HB_UNUSED)
170 void *user_data HB_UNUSED)
177 void *user_data HB_UNUSED)
184 void *user_data HB_UNUSED)
192 void *user_data HB_UNUSED)
200 void *user_data HB_UNUSED)
208 void *user_data HB_UNUSED)
154 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
161 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
169 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
176 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
183 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, void *user_data HB_UNUSED) argument
190 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
198 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
206 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-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-indic-machine.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
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-set.cc153 hb_set_allocation_successful (const hb_set_t *set HB_UNUSED) argument
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...]

Completed in 399 milliseconds

123