Lines Matching refs:hb_codepoint_t
75 hb_codepoint_t ab, in decompose_unicode()
76 hb_codepoint_t *a, in decompose_unicode()
77 hb_codepoint_t *b) in decompose_unicode()
84 hb_codepoint_t a, in compose_unicode()
85 hb_codepoint_t b, in compose_unicode()
86 hb_codepoint_t *ab) in compose_unicode()
98 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char()
106 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char()
120 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose()
122 hb_codepoint_t a = 0, b = 0, a_glyph = 0, b_glyph = 0; in decompose()
166 hb_codepoint_t u = buffer->cur().codepoint; in decompose_current_character()
167 hb_codepoint_t glyph = 0; in decompose_current_character()
189 hb_codepoint_t space_glyph; in decompose_current_character()
204 hb_codepoint_t other_glyph; in decompose_current_character()
227 hb_codepoint_t unicode = buffer->cur().codepoint; in handle_variation_selector_cluster()
429 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize()