Lines Matching refs:hb_codepoint_t
124 hb_codepoint_t unicode) in is_zero_width_char()
126 hb_codepoint_t glyph; in is_zero_width_char()
193 hb_codepoint_t u = buffer->cur().codepoint; in preprocess_text_hangul()
225 hb_codepoint_t chars[2]; in preprocess_text_hangul()
251 hb_codepoint_t l = u; in preprocess_text_hangul()
252 hb_codepoint_t v = buffer->cur(+1).codepoint; in preprocess_text_hangul()
256 hb_codepoint_t t = 0; in preprocess_text_hangul()
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex; in preprocess_text_hangul()
307 hb_codepoint_t s = u; in preprocess_text_hangul()
320 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul()
339 hb_codepoint_t decomposed[3] = {LBase + lindex, in preprocess_text_hangul()