Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

147   inline hb_bool_t has_glyph (hb_codepoint_t unicode)
149 hb_codepoint_t glyph;
153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector,
154 hb_codepoint_t *glyph)
162 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph)
169 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph)
176 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph,
185 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph,
194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
208 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph,
218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
228 inline hb_bool_t get_glyph_name (hb_codepoint_t glyph,
239 hb_codepoint_t *glyph)
252 inline void get_glyph_advance_for_direction (hb_codepoint_t glyph,
266 inline void guess_v_origin_minus_h_origin (hb_codepoint_t glyph,
275 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph,
301 inline void add_glyph_origin_for_direction (hb_codepoint_t glyph,
313 inline void subtract_glyph_origin_for_direction (hb_codepoint_t glyph,
325 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
338 inline hb_bool_t get_glyph_extents_for_origin (hb_codepoint_t glyph,
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
364 glyph_to_string (hb_codepoint_t glyph,
376 hb_codepoint_t *glyph)
394 hb_codepoint_t unichar;