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/test/fuzzing/
H A Dhb-fuzzer.hh7 #define HB_UNUSED __attribute__((unused)) macro
9 #define HB_UNUSED macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A 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() argument
H A 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() argument
H A Dhb-fallback-shape.cc38 _hb_fallback_shaper_face_data_create (hb_face_t *face HB_UNUSED) in _hb_fallback_shaper_face_data_create() argument
44 _hb_fallback_shaper_face_data_destroy (hb_fallback_face_data_t *data HB_UNUSED) in _hb_fallback_shaper_face_data_destroy() argument
56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED) in _hb_fallback_shaper_font_data_create() argument
62 _hb_fallback_shaper_font_data_destroy (hb_fallback_font_data_t *data HB_UNUSED) in _hb_fallback_shaper_font_data_destroy() argument
72 _hb_fallback_shape (hb_shape_plan_t *shape_plan HB_UNUSED, in _hb_fallback_shape() argument
H A 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() argument
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() argument
129 _quadratic_to_nil (hb_position_t control_x HB_UNUSED, hb_position_t control_y HB_UNUSED, in _quadratic_to_nil() argument
134 _cubic_to_nil(hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED) _cubic_to_nil() argument
140 _close_path_nil(void *user_data HB_UNUSED) _close_path_nil() argument
[all...]
H A Dhb-glib.cc88 hb_glib_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_combining_class() argument
97 hb_glib_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_general_category() argument
107 hb_glib_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_mirroring() argument
116 hb_glib_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_script() argument
124 hb_glib_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_compose() argument
161 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) hb_glib_unicode_decompose() argument
[all...]
H A Dhb-icu.cc109 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_combining_class() argument
118 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_general_category() argument
169 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_mirroring() argument
177 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_script() argument
191 hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_compose() argument
205 hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose() argument
[all...]
H A Dhb-ot-shape-complex-myanmar.cc103 setup_masks_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_myanmar() argument
120 setup_syllables_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables_myanmar() argument
240 reorder_syllable_myanmar (const hb_ot_shape_plan_t *plan HB_UNUSED, in reorder_syllable_myanmar() argument
H A Dhb-ot-shape-normalize.cc221 handle_variation_selector_cluster(const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit HB_UNUSED) handle_variation_selector_cluster() argument
H A Dhb-ucd.cc24 hb_ucd_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_combining_class() argument
32 hb_ucd_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_general_category() argument
40 hb_ucd_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_mirroring() argument
48 hb_ucd_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_script() argument
128 hb_ucd_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_compose() argument
165 hb_ucd_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) hb_ucd_decompose() argument
[all...]
H A Dhb-unicode.cc61 hb_unicode_combining_class_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_combining_class_nil() argument
70 hb_unicode_eastasian_width_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_eastasian_width_nil() argument
79 hb_unicode_general_category_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_general_category_nil() argument
87 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_mirroring_nil() argument
95 hb_unicode_script_nil(hb_unicode_funcs_t *ufuncs HB_UNUSED, hb_codepoint_t unicode HB_UNUSED, void *user_data HB_UNUSED) hb_unicode_script_nil() argument
103 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) hb_unicode_compose_nil() argument
113 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) hb_unicode_decompose_nil() argument
125 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) hb_unicode_decompose_compatibility_nil() argument
[all...]
H A Dhb-ot-font.cc63 hb_ot_get_nominal_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_nominal_glyph() argument
74 hb_ot_get_nominal_glyphs (hb_font_t *font HB_UNUSED, in hb_ot_get_nominal_glyphs() argument
90 hb_ot_get_variation_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_variation_glyph() argument
102 hb_ot_get_glyph_h_advances(hb_font_t* font, void* font_data, unsigned count, const hb_codepoint_t *first_glyph, unsigned glyph_stride, hb_position_t *first_advance, unsigned advance_stride, void *user_data HB_UNUSED) hb_ot_get_glyph_h_advances() argument
122 hb_ot_get_glyph_v_advances(hb_font_t* font, void* font_data, unsigned count, const hb_codepoint_t *first_glyph, unsigned glyph_stride, hb_position_t *first_advance, unsigned advance_stride, void *user_data HB_UNUSED) hb_ot_get_glyph_v_advances() argument
142 hb_ot_get_glyph_v_origin(hb_font_t *font, void *font_data, hb_codepoint_t glyph, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) hb_ot_get_glyph_v_origin() argument
179 hb_ot_get_glyph_extents(hb_font_t *font, void *font_data, hb_codepoint_t glyph, hb_glyph_extents_t *extents, void *user_data HB_UNUSED) hb_ot_get_glyph_extents() argument
205 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) hb_ot_get_glyph_name() argument
219 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) hb_ot_get_glyph_from_name() argument
235 hb_ot_get_font_h_extents(hb_font_t *font, void *font_data HB_UNUSED, hb_font_extents_t *metrics, void *user_data HB_UNUSED) hb_ot_get_font_h_extents() argument
246 hb_ot_get_font_v_extents(hb_font_t *font, void *font_data HB_UNUSED, hb_font_extents_t *metrics, void *user_data HB_UNUSED) hb_ot_get_font_v_extents() 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, in arabic_fallback_synthesize_lookup_single() argument
99 arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *plan HB_UNUSED, in arabic_fallback_synthesize_lookup_ligature() argument
218 arabic_fallback_plan_init_win1256 (arabic_fallback_plan_t *fallback_plan HB_UNUSED, in arabic_fallback_plan_init_win1256() argument
H A Dhb-ot-shape-complex-hangul.cc133 preprocess_text_hangul (const hb_ot_shape_plan_t *plan HB_UNUSED, in preprocess_text_hangul() argument
399 setup_masks_hangul(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_hangul() argument
H A Dhb-ot-shape-complex-khmer-machine.hh261 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables_khmer() local
H A Dhb-ot-shape-complex-khmer.cc169 setup_masks_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_masks_khmer() argument
185 setup_syllables_khmer (const hb_ot_shape_plan_t *plan HB_UNUSED, in setup_syllables_khmer() argument
199 reorder_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face HB_UNUSED, hb_buffer_t *buffer, unsigned int start, unsigned int end) reorder_consonant_syllable() argument
H A Dhb-ot-shape-complex-myanmar-machine.hh377 unsigned int p, pe, eof, ts, te, act HB_UNUSED; in find_syllables_myanmar() local
H A Dhb-ot-shape-complex-use.cc332 record_pref_use (const hb_ot_shape_plan_t *plan HB_UNUSED, in record_pref_use() argument
189 setup_masks_use(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_use() argument
297 setup_syllables_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) setup_syllables_use() argument
309 record_rphf_use(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_rphf_use() argument
H A 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() argument
209 position_mark (const hb_ot_shape_plan_t *plan HB_UNUSED, in position_mark() argument
517 _hb_ot_shape_fallback_spaces (const hb_ot_shape_plan_t *plan HB_UNUSED, in _hb_ot_shape_fallback_spaces() argument
H A Dhb.hh265 #define HB_UNUSED __attribute__((unused)) macro
267 #define HB_UNUSED __pragma(warning(suppress: 4100 4101)) macro
269 #define HB_UNUSED macro
/third_party/skia/third_party/externals/harfbuzz/perf/
H A 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() argument
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() argument
21 _hb_quadratic_to (hb_position_t control_x HB_UNUSED, hb_position_t control_y HB_UNUSED, in _hb_quadratic_to() argument
26 _hb_cubic_to(hb_position_t control1_x HB_UNUSED, hb_position_t control1_y HB_UNUSED, hb_position_t control2_x HB_UNUSED, hb_position_t control2_y HB_UNUSED, hb_position_t to_x HB_UNUSED, hb_position_t to_y HB_UNUSED, void *user_data HB_UNUSED) _hb_cubic_to() argument
32 _hb_close_path(void *user_data HB_UNUSED) _hb_close_path() argument
35 _ft_move_to(const FT_Vector* to HB_UNUSED, void* user HB_UNUSED) _ft_move_to() argument
38 _ft_line_to(const FT_Vector* to HB_UNUSED, void* user HB_UNUSED) _ft_line_to() argument
41 _ft_conic_to(const FT_Vector* control HB_UNUSED, const FT_Vector* to HB_UNUSED, void* user HB_UNUSED) _ft_conic_to() argument
45 _ft_cubic_to(const FT_Vector* control1 HB_UNUSED, const FT_Vector* control2 HB_UNUSED, const FT_Vector* to HB_UNUSED, void* user HB_UNUSED) _ft_cubic_to() argument
49 _tp_move_to(float x HB_UNUSED, float y HB_UNUSED, void *data HB_UNUSED) _tp_move_to() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-blob.c198 fixture_finish (fixture_t *fixture, gconstpointer user_data HB_UNUSED) in fixture_finish() argument
H A Dtest-shape.c44 glyph_h_advance_func (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in glyph_h_advance_func() argument
57 glyph_func (hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, in glyph_func() argument
H A Dhb-test.h45 #define HB_UNUSED G_GNUC_UNUSED macro
H A Dtest-draw.c941 int main (int argc HB_UNUSED, char **argv HB_UNUSED) in main() argument

Completed in 42 milliseconds

12