Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

55 /* Simple callbacks are those taking a hb_codepoint_t and returning a hb_codepoint_t */
60 HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \
73 inline return_type name (hb_codepoint_t unicode) { return func.name (this, unicode, user_data.name); }
77 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b,
78 hb_codepoint_t *ab)
85 inline hb_bool_t decompose (hb_codepoint_t ab,
86 hb_codepoint_t *a, hb_codepoint_t *b)
92 inline unsigned int decompose_compatibility (hb_codepoint_t u,
93 hb_codepoint_t *decomposed)
106 modified_combining_class (hb_codepoint_t unicode)
123 is_variation_selector (hb_codepoint_t unicode)
169 is_default_ignorable (hb_codepoint_t ch)
171 hb_codepoint_t plane = ch >> 16;
175 hb_codepoint_t page = ch >> 8;