Home
last modified time | relevance | path

Searched refs:hb_font_t (Results 1 – 25 of 74) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-font.h40 typedef struct hb_font_t hb_font_t; typedef
112 typedef hb_bool_t (*hb_font_get_font_extents_func_t) (hb_font_t *font, void *font_data,
119 typedef hb_bool_t (*hb_font_get_nominal_glyph_func_t) (hb_font_t *font, void *font_data,
123 typedef hb_bool_t (*hb_font_get_variation_glyph_func_t) (hb_font_t *font, void *font_data,
129 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
135 typedef hb_bool_t (*hb_font_get_glyph_origin_func_t) (hb_font_t *font, void *font_data,
142 typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data,
149 typedef hb_bool_t (*hb_font_get_glyph_extents_func_t) (hb_font_t *font, void *font_data,
153 typedef hb_bool_t (*hb_font_get_glyph_contour_point_func_t) (hb_font_t *font, void *font_data,
159 typedef hb_bool_t (*hb_font_get_glyph_name_func_t) (hb_font_t *font, void *font_data,
[all …]
Dhb-font.cc48 hb_font_get_font_h_extents_nil (hb_font_t *font, in hb_font_get_font_h_extents_nil()
57 hb_font_get_font_h_extents_parent (hb_font_t *font, in hb_font_get_font_h_extents_parent()
72 hb_font_get_font_v_extents_nil (hb_font_t *font, in hb_font_get_font_v_extents_nil()
81 hb_font_get_font_v_extents_parent (hb_font_t *font, in hb_font_get_font_v_extents_parent()
96 hb_font_get_nominal_glyph_nil (hb_font_t *font HB_UNUSED, in hb_font_get_nominal_glyph_nil()
106 hb_font_get_nominal_glyph_parent (hb_font_t *font, in hb_font_get_nominal_glyph_parent()
116 hb_font_get_variation_glyph_nil (hb_font_t *font HB_UNUSED, in hb_font_get_variation_glyph_nil()
127 hb_font_get_variation_glyph_parent (hb_font_t *font, in hb_font_get_variation_glyph_parent()
139 hb_font_get_glyph_h_advance_nil (hb_font_t *font HB_UNUSED, in hb_font_get_glyph_h_advance_nil()
147 hb_font_get_glyph_h_advance_parent (hb_font_t *font, in hb_font_get_glyph_h_advance_parent()
[all …]
Dhb-ft.h101 HB_EXTERN hb_font_t *
107 HB_EXTERN hb_font_t *
111 hb_ft_font_get_face (hb_font_t *font);
114 hb_ft_font_set_load_flags (hb_font_t *font, int load_flags);
117 hb_ft_font_get_load_flags (hb_font_t *font);
121 hb_ft_font_set_funcs (hb_font_t *font);
Dhb-ft.cc111 hb_ft_font_set_load_flags (hb_font_t *font, int load_flags) in hb_ft_font_set_load_flags()
134 hb_ft_font_get_load_flags (hb_font_t *font) in hb_ft_font_get_load_flags()
145 hb_ft_font_get_face (hb_font_t *font) in hb_ft_font_get_face()
158 hb_ft_get_nominal_glyph (hb_font_t *font HB_UNUSED, in hb_ft_get_nominal_glyph()
175 hb_ft_get_variation_glyph (hb_font_t *font HB_UNUSED, in hb_ft_get_variation_glyph()
193 hb_ft_get_glyph_h_advance (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_h_advance()
211 hb_ft_get_glyph_v_advance (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_v_advance()
231 hb_ft_get_glyph_v_origin (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_v_origin()
258 hb_ft_get_glyph_h_kerning (hb_font_t *font, in hb_ft_get_glyph_h_kerning()
275 hb_ft_get_glyph_extents (hb_font_t *font HB_UNUSED, in hb_ft_get_glyph_extents()
[all …]
Dhb-ot-shape-fallback-private.hh36 hb_font_t *font,
40 hb_font_t *font,
45 hb_font_t *font,
49 hb_font_t *font,
Dhb-ot-shape-complex-use.cc97 hb_font_t *font,
101 hb_font_t *font,
105 hb_font_t *font,
109 hb_font_t *font,
113 hb_font_t *font,
244 hb_font_t *font HB_UNUSED) in setup_masks_use()
350 hb_font_t *font HB_UNUSED, in setup_syllables()
360 hb_font_t *font HB_UNUSED, in clear_substitution_flags()
371 hb_font_t *font, in record_rphf()
394 hb_font_t *font, in record_pref()
[all …]
Dhb-ot-shape-complex-myanmar.cc77 hb_font_t *font,
81 hb_font_t *font,
85 hb_font_t *font,
275 hb_font_t *font HB_UNUSED) in setup_masks_myanmar()
291 hb_font_t *font HB_UNUSED, in setup_syllables()
424 hb_font_t *font, in insert_dotted_circles()
478 hb_font_t *font, in initial_reordering()
489 hb_font_t *font HB_UNUSED, in final_reordering()
Dhb-ot-layout-gdef-table.hh100 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
123 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
149 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
175 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
210 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets()
244 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets()
364 inline unsigned int get_lig_carets (hb_font_t *font, in get_lig_carets()
Dhb-ot-shape-complex-arabic-fallback.hh49 hb_font_t *font, in arabic_fallback_synthesize_lookup_single()
102 hb_font_t *font) in arabic_fallback_synthesize_lookup_ligature()
185 hb_font_t *font, in arabic_fallback_synthesize_lookup()
227 hb_font_t *font) in arabic_fallback_plan_init_win1256()
272 hb_font_t *font) in arabic_fallback_plan_init_unicode()
298 hb_font_t *font) in arabic_fallback_plan_create()
340 hb_font_t *font, in arabic_fallback_plan_shape()
Dhb-uniscribe.h38 hb_uniscribe_font_get_logfontw (hb_font_t *font);
41 hb_uniscribe_font_get_hfont (hb_font_t *font);
Dhb-ot-shape-complex-arabic.cc167 hb_font_t *font,
172 hb_font_t *font,
177 hb_font_t *font,
372 hb_font_t *font HB_UNUSED) in setup_masks_arabic()
381 hb_font_t *font HB_UNUSED, in nuke_joiners()
393 hb_font_t *font, in arabic_fallback_shape()
426 hb_font_t *font, in record_stch()
452 hb_font_t *font) in apply_stch()
601 hb_font_t *font) in postprocess_glyphs_arabic()
Dhb-ot-font.cc341 hb_ot_get_nominal_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_nominal_glyph()
353 hb_ot_get_variation_glyph (hb_font_t *font HB_UNUSED, in hb_ot_get_variation_glyph()
365 hb_ot_get_glyph_h_advance (hb_font_t *font HB_UNUSED, in hb_ot_get_glyph_h_advance()
375 hb_ot_get_glyph_v_advance (hb_font_t *font HB_UNUSED, in hb_ot_get_glyph_v_advance()
385 hb_ot_get_glyph_extents (hb_font_t *font HB_UNUSED, in hb_ot_get_glyph_extents()
401 hb_ot_get_font_h_extents (hb_font_t *font HB_UNUSED, in hb_ot_get_font_h_extents()
414 hb_ot_get_font_v_extents (hb_font_t *font HB_UNUSED, in hb_ot_get_font_v_extents()
483 hb_ot_font_set_funcs (hb_font_t *font) in hb_ot_font_set_funcs()
Dhb-ot-layout.h83 hb_ot_layout_get_ligature_carets (hb_font_t *font,
225 (*hb_ot_layout_glyph_sequence_func_t) (hb_font_t *font,
263 Xhb_ot_layout_lookup_substitute (hb_font_t *font,
283 Xhb_ot_layout_lookup_position (hb_font_t *font,
Dhb-shape.h60 hb_shape (hb_font_t *font,
66 hb_shape_full (hb_font_t *font,
Dhb-ot-shape-normalize-private.hh49 hb_font_t *font);
56 hb_font_t *font;
Dhb-ot-map-private.hh68 …typedef void (*pause_func_t) (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t …
123 const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const;
124 …HB_INTERNAL void substitute (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *…
125 …HB_INTERNAL void position (const struct hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *bu…
Dhb-ot-shape-fallback.cc166 hb_font_t *font HB_UNUSED, in _hb_ot_shape_fallback_position_recategorize_marks()
196 hb_font_t *font, in position_mark()
304 hb_font_t *font, in position_around_base()
390 hb_font_t *font, in position_cluster()
417 hb_font_t *font, in _hb_ot_shape_fallback_position()
437 hb_font_t *font, in _hb_ot_shape_fallback_kern()
492 hb_font_t *font, in _hb_ot_shape_fallback_spaces()
Dhb-ot-shape-complex-private.hh107 hb_font_t *font);
116 hb_font_t *font);
147 hb_font_t *font);
Dhb-fallback-shape.cc56 _hb_fallback_shaper_font_data_create (hb_font_t *font HB_UNUSED) in _hb_fallback_shaper_font_data_create()
93 hb_font_t *font, in _hb_fallback_shape()
Dhb-ot-shape-private.hh59 …inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, … in substitute()
60 …inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buff… in position()
/external/harfbuzz_ng/util/
Dhb-fc.cc33 hb_fc_get_glyph (hb_font_t *font /*HB_UNUSED*/, in hb_fc_get_glyph()
98 hb_font_t *
102 hb_font_t *font; in hb_fc_font_create()
122 hb_fc_can_render (hb_font_t *font, const char *text) in hb_fc_can_render()
Doptions.hh246 hb_bool_t shape (hb_font_t *font, hb_buffer_t *buffer) in shape()
255 hb_font_t *font, hb_buffer_t *buffer, in shape_closure()
308 hb_font_t *get_font (void) const;
319 mutable hb_font_t *font;
443 hb_font_t *font,
453 hb_font_t *font,
462 hb_font_t *font,
Dhb-fc.h37 hb_font_t *
41 hb_fc_can_render (hb_font_t *font, const char *text);
/external/harfbuzz_ng/test/api/
Dtest-font.c113 _test_font_nil_funcs (hb_font_t *font) in _test_font_nil_funcs()
149 hb_font_t *font; in _test_fontfuncs_nil()
150 hb_font_t *subfont; in _test_fontfuncs_nil()
203 contour_point_func1 (hb_font_t *font, void *font_data, in contour_point_func1()
223 contour_point_func2 (hb_font_t *font, void *font_data, in contour_point_func2()
239 glyph_h_advance_func1 (hb_font_t *font, void *font_data, in glyph_h_advance_func1()
258 hb_font_t *font1; in test_fontfuncs_subclassing()
259 hb_font_t *font2; in test_fontfuncs_subclassing()
260 hb_font_t *font3; in test_fontfuncs_subclassing()
375 hb_font_t *font; in test_font_properties()
[all …]
Dtest-shape.c44 glyph_h_advance_func (hb_font_t *font, void *font_data, in glyph_h_advance_func()
57 glyph_func (hb_font_t *font, void *font_data, in glyph_func()
71 glyph_h_kerning_func (hb_font_t *font, void *font_data, in glyph_h_kerning_func()
89 hb_font_t *font; in test_shape()
145 hb_font_t *font; in test_shape_clusters()

123