Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

213   inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector,
214 hb_codepoint_t *glyph)
222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph)
229 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph)
236 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph,
245 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph,
254 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
261 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
268 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph,
278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
288 inline hb_bool_t get_glyph_name (hb_codepoint_t glyph,
299 hb_codepoint_t *glyph)
312 inline void get_glyph_advance_for_direction (hb_codepoint_t glyph,
326 inline void guess_v_origin_minus_h_origin (hb_codepoint_t glyph,
335 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph,
356 inline void add_glyph_origin_for_direction (hb_codepoint_t glyph,
368 inline void subtract_glyph_origin_for_direction (hb_codepoint_t glyph,
380 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
393 inline hb_bool_t get_glyph_extents_for_origin (hb_codepoint_t glyph,
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
419 glyph_to_string (hb_codepoint_t glyph,
430 hb_codepoint_t *glyph)
448 hb_codepoint_t unichar;