Lines Matching refs:hb_codepoint_t
210 bool has_glyph (hb_codepoint_t unicode) in has_glyph()
212 hb_codepoint_t glyph; in has_glyph()
216 hb_bool_t get_nominal_glyph (hb_codepoint_t unicode, in get_nominal_glyph()
217 hb_codepoint_t *glyph) in get_nominal_glyph()
225 const hb_codepoint_t *first_unicode, in get_nominal_glyphs()
227 hb_codepoint_t *first_glyph, in get_nominal_glyphs()
237 hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph()
238 hb_codepoint_t *glyph) in get_variation_glyph()
246 hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) in get_glyph_h_advance()
253 hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) in get_glyph_v_advance()
261 const hb_codepoint_t *first_glyph, in get_glyph_h_advances()
274 const hb_codepoint_t *first_glyph, in get_glyph_v_advances()
286 hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, in get_glyph_h_origin()
295 hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph, in get_glyph_v_origin()
304 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning()
305 hb_codepoint_t right_glyph) in get_glyph_h_kerning()
312 hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, in get_glyph_v_kerning()
313 hb_codepoint_t bottom_glyph) in get_glyph_v_kerning()
320 hb_bool_t get_glyph_extents (hb_codepoint_t glyph, in get_glyph_extents()
330 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point()
340 hb_bool_t get_glyph_name (hb_codepoint_t glyph, in get_glyph_name()
351 hb_codepoint_t *glyph) in get_glyph_from_name()
392 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction()
404 const hb_codepoint_t *first_glyph, in get_glyph_advances_for_direction()
415 void guess_v_origin_minus_h_origin (hb_codepoint_t glyph, in guess_v_origin_minus_h_origin()
426 void get_glyph_h_origin_with_fallback (hb_codepoint_t glyph, in get_glyph_h_origin_with_fallback()
437 void get_glyph_v_origin_with_fallback (hb_codepoint_t glyph, in get_glyph_v_origin_with_fallback()
449 void get_glyph_origin_for_direction (hb_codepoint_t glyph, in get_glyph_origin_for_direction()
459 void add_glyph_h_origin (hb_codepoint_t glyph, in add_glyph_h_origin()
469 void add_glyph_v_origin (hb_codepoint_t glyph, in add_glyph_v_origin()
479 void add_glyph_origin_for_direction (hb_codepoint_t glyph, in add_glyph_origin_for_direction()
491 void subtract_glyph_h_origin (hb_codepoint_t glyph, in subtract_glyph_h_origin()
501 void subtract_glyph_v_origin (hb_codepoint_t glyph, in subtract_glyph_v_origin()
511 void subtract_glyph_origin_for_direction (hb_codepoint_t glyph, in subtract_glyph_origin_for_direction()
523 void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, in get_glyph_kerning_for_direction()
536 hb_bool_t get_glyph_extents_for_origin (hb_codepoint_t glyph, in get_glyph_extents_for_origin()
548 hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point_for_origin()
562 glyph_to_string (hb_codepoint_t glyph, in glyph_to_string()
574 hb_codepoint_t *glyph) in glyph_from_string()
592 hb_codepoint_t unichar; in glyph_from_string()