Home
last modified time | relevance | path

Searched refs:hb_codepoint_t (Results 1 – 25 of 61) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-unicode.h223 hb_codepoint_t unicode,
226 hb_codepoint_t unicode,
229 hb_codepoint_t unicode,
231 typedef hb_codepoint_t (*hb_unicode_mirroring_func_t) (hb_unicode_funcs_t *ufuncs,
232 hb_codepoint_t unicode,
235 hb_codepoint_t unicode,
239 hb_codepoint_t a,
240 hb_codepoint_t b,
241 hb_codepoint_t *ab,
244 hb_codepoint_t ab,
[all …]
Dhb-font.h95 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
96 hb_codepoint_t *glyph,
101 hb_codepoint_t glyph,
107 hb_codepoint_t glyph,
114 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
121 hb_codepoint_t glyph,
125 hb_codepoint_t glyph, unsigned int point_index,
131 hb_codepoint_t glyph,
136 hb_codepoint_t *glyph,
323 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
[all …]
Dhb-set-private.hh57 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8);
58 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8);
64 inline void add (hb_codepoint_t g) { in add()
68 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { in add_range()
78 inline bool may_have (hb_codepoint_t g) const { in may_have()
84 static inline mask_t mask_for (hb_codepoint_t g) { in mask_for()
100 inline void add (hb_codepoint_t g) { in add()
105 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { in add_range()
110 inline bool may_have (hb_codepoint_t g) const { in may_have()
170 inline void add (hb_codepoint_t g) in add()
[all …]
Dhb-unicode.cc43 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
51 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
59 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
65 static hb_codepoint_t
67 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_mirroring_nil()
75 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_script_nil()
83 hb_codepoint_t a HB_UNUSED, in hb_unicode_compose_nil()
84 hb_codepoint_t b HB_UNUSED, in hb_unicode_compose_nil()
85 hb_codepoint_t *ab HB_UNUSED, in hb_unicode_compose_nil()
93 hb_codepoint_t ab HB_UNUSED, in hb_unicode_decompose_nil()
[all …]
Dhb-set.h39 #define HB_SET_VALUE_INVALID ((hb_codepoint_t) -1)
80 hb_codepoint_t codepoint);
86 hb_codepoint_t codepoint);
90 hb_codepoint_t first,
91 hb_codepoint_t last);
95 hb_codepoint_t codepoint);
99 hb_codepoint_t first,
100 hb_codepoint_t last);
133 hb_codepoint_t
137 hb_codepoint_t
[all …]
Dhb-font-private.hh147 inline hb_bool_t has_glyph (hb_codepoint_t unicode) in has_glyph()
149 hb_codepoint_t glyph; in has_glyph()
153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph()
154 hb_codepoint_t *glyph) in get_glyph()
162 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) in get_glyph_h_advance()
169 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) in get_glyph_v_advance()
176 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, in get_glyph_h_origin()
185 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph, in get_glyph_v_origin()
194 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in get_glyph_h_kerning()
201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) in get_glyph_v_kerning()
[all …]
Dhb-utf-private.hh43 hb_codepoint_t *unicode, in next()
44 hb_codepoint_t replacement) in next()
50 hb_codepoint_t c = *text++; in next()
112 hb_codepoint_t *unicode, in prev()
113 hb_codepoint_t replacement) in prev()
142 hb_codepoint_t *unicode, in next()
143 hb_codepoint_t replacement) in next()
145 hb_codepoint_t c = *text++; in next()
156 hb_codepoint_t l; in next()
174 hb_codepoint_t *unicode, in prev()
[all …]
Dhb-font.cc50 hb_codepoint_t unicode, in hb_font_get_glyph_nil()
51 hb_codepoint_t variation_selector, in hb_font_get_glyph_nil()
52 hb_codepoint_t *glyph, in hb_font_get_glyph_nil()
65 hb_codepoint_t glyph, in hb_font_get_glyph_h_advance_nil()
77 hb_codepoint_t glyph, in hb_font_get_glyph_v_advance_nil()
89 hb_codepoint_t glyph, in hb_font_get_glyph_h_origin_nil()
108 hb_codepoint_t glyph, in hb_font_get_glyph_v_origin_nil()
127 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_nil()
128 hb_codepoint_t right_glyph, in hb_font_get_glyph_h_kerning_nil()
140 hb_codepoint_t top_glyph, in hb_font_get_glyph_v_kerning_nil()
[all …]
Dhb-ot-cmap-table.hh45 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
47 hb_codepoint_t gid = codepoint < 256 ? glyphIdArray[codepoint] : 0; in get_glyph()
71 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
108 hb_codepoint_t gid; in get_glyph()
179 int cmp (hb_codepoint_t codepoint) const in cmp()
203 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph()
236 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
263 static inline hb_codepoint_t group_get_glyph (const CmapSubtableLongGroup &group, in group_get_glyph()
264 hb_codepoint_t u) in group_get_glyph()
[all …]
Dhb-unicode-private.hh60 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, in compose()
78 hb_codepoint_t *ab) in compose()
85 inline hb_bool_t decompose (hb_codepoint_t ab, in decompose()
86 hb_codepoint_t *a, hb_codepoint_t *b) in decompose()
92 inline unsigned int decompose_compatibility (hb_codepoint_t u, in decompose_compatibility()
93 hb_codepoint_t *decomposed) in decompose_compatibility()
106 modified_combining_class (hb_codepoint_t unicode) in modified_combining_class()
123 is_variation_selector (hb_codepoint_t unicode) in is_variation_selector()
[all …]
Dhb-ucdn.cc154 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_combining_class()
161 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_eastasian_width()
169 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_general_category()
175 static hb_codepoint_t
176 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_mirroring()
183 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, in hb_ucdn_script()
191 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, in hb_ucdn_compose()
199 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b, in hb_ucdn_decompose()
207 hb_codepoint_t u, hb_codepoint_t *decomposed, in hb_ucdn_decompose_compatibility()
Dhb-ot-font.cc74 inline unsigned int get_advance (hb_codepoint_t glyph) const in get_advance()
134 inline bool get_glyph (hb_codepoint_t unicode, in get_glyph()
135 hb_codepoint_t variation_selector, in get_glyph()
136 hb_codepoint_t *glyph) const in get_glyph()
195 hb_codepoint_t unicode, in hb_ot_get_glyph()
196 hb_codepoint_t variation_selector, in hb_ot_get_glyph()
197 hb_codepoint_t *glyph, in hb_ot_get_glyph()
208 hb_codepoint_t glyph, in hb_ot_get_glyph_h_advance()
218 hb_codepoint_t glyph, in hb_ot_get_glyph_v_advance()
228 hb_codepoint_t glyph HB_UNUSED, in hb_ot_get_glyph_h_origin()
[all …]
Dhb-set.cc201 hb_codepoint_t codepoint) in hb_set_has()
217 hb_codepoint_t codepoint) in hb_set_add()
234 hb_codepoint_t first, in hb_set_add_range()
235 hb_codepoint_t last) in hb_set_add_range()
251 hb_codepoint_t codepoint) in hb_set_del()
268 hb_codepoint_t first, in hb_set_del_range()
269 hb_codepoint_t last) in hb_set_del_range()
412 hb_codepoint_t
428 hb_codepoint_t
447 hb_codepoint_t *codepoint) in hb_set_next()
[all …]
Dhb-glib.cc197 hb_codepoint_t unicode, in hb_glib_unicode_combining_class()
206 hb_codepoint_t unicode, in hb_glib_unicode_eastasian_width()
214 hb_codepoint_t unicode, in hb_glib_unicode_general_category()
222 static hb_codepoint_t
224 hb_codepoint_t unicode, in hb_glib_unicode_mirroring()
233 hb_codepoint_t unicode, in hb_glib_unicode_script()
241 hb_codepoint_t a, in hb_glib_unicode_compose()
242 hb_codepoint_t b, in hb_glib_unicode_compose()
243 hb_codepoint_t *ab, in hb_glib_unicode_compose()
278 hb_codepoint_t ab, in hb_glib_unicode_decompose()
[all …]
Dhb-ot-shape-normalize-private.hh59 hb_codepoint_t ab,
60 hb_codepoint_t *a,
61 hb_codepoint_t *b);
63 hb_codepoint_t a,
64 hb_codepoint_t b,
65 hb_codepoint_t *ab);
Dhb-icu.cc67 hb_codepoint_t unicode, in hb_icu_unicode_combining_class()
76 hb_codepoint_t unicode, in hb_icu_unicode_eastasian_width()
95 hb_codepoint_t unicode, in hb_icu_unicode_general_category()
144 static hb_codepoint_t
146 hb_codepoint_t unicode, in hb_icu_unicode_mirroring()
154 hb_codepoint_t unicode, in hb_icu_unicode_script()
172 hb_codepoint_t a, in hb_icu_unicode_compose()
173 hb_codepoint_t b, in hb_icu_unicode_compose()
174 hb_codepoint_t *ab, in hb_icu_unicode_compose()
217 hb_codepoint_t ab, in hb_icu_unicode_decompose()
[all …]
Dhb-ot-shape-normalize.cc87 hb_codepoint_t ab, in decompose_unicode()
88 hb_codepoint_t *a, in decompose_unicode()
89 hb_codepoint_t *b) in decompose_unicode()
96 hb_codepoint_t a, in compose_unicode()
97 hb_codepoint_t b, in compose_unicode()
98 hb_codepoint_t *ab) in compose_unicode()
110 output_char (hb_buffer_t *buffer, hb_codepoint_t unichar, hb_codepoint_t glyph) in output_char()
118 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char()
132 decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint_t ab) in decompose()
134 hb_codepoint_t a, b, a_glyph, b_glyph; in decompose()
[all …]
Dhb-ot-layout-gdef-table.hh49 inline unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points()
99 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
121 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
146 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
171 …inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t gl… in get_caret_value()
207 hb_codepoint_t glyph_id, in get_lig_carets()
240 hb_codepoint_t glyph_id, in get_lig_carets()
275 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers()
294 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers()
338 inline unsigned int get_glyph_class (hb_codepoint_t glyph) const in get_glyph_class()
[all …]
Dhb-ot-shape-complex-thai.cc47 get_consonant_type (hb_codepoint_t u) in get_consonant_type()
71 get_mark_type (hb_codepoint_t u) in get_mark_type()
93 static hb_codepoint_t
94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font) in thai_pua_shape()
97 hb_codepoint_t u; in thai_pua_shape()
98 hb_codepoint_t win_pua; in thai_pua_shape()
99 hb_codepoint_t mac_pua; in thai_pua_shape()
152 hb_codepoint_t glyph; in thai_pua_shape()
320 hb_codepoint_t u = buffer->cur().codepoint; in preprocess_text_thai()
327 hb_codepoint_t decomposed[2] = {hb_codepoint_t (NIKHAHIT_FROM_SARA_AM (u)), in preprocess_text_thai()
[all …]
Dhb-ft.cc72 hb_codepoint_t unicode, in hb_ft_get_glyph()
73 hb_codepoint_t variation_selector, in hb_ft_get_glyph()
74 hb_codepoint_t *glyph, in hb_ft_get_glyph()
92 hb_codepoint_t glyph, in hb_ft_get_glyph_h_advance()
111 hb_codepoint_t glyph, in hb_ft_get_glyph_v_advance()
129 hb_codepoint_t glyph HB_UNUSED, in hb_ft_get_glyph_h_origin()
141 hb_codepoint_t glyph, in hb_ft_get_glyph_v_origin()
163 hb_codepoint_t left_glyph, in hb_ft_get_glyph_h_kerning()
164 hb_codepoint_t right_glyph, in hb_ft_get_glyph_h_kerning()
180 hb_codepoint_t top_glyph HB_UNUSED, in hb_ft_get_glyph_v_kerning()
[all …]
Dhb-ot-shape-complex-hangul.cc124 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()
[all …]
Dhb-ot-layout.h64 hb_codepoint_t glyph);
76 hb_codepoint_t glyph,
85 hb_codepoint_t glyph,
216 const hb_codepoint_t *before,
218 const hb_codepoint_t *input,
220 const hb_codepoint_t *after,
250 const hb_codepoint_t *glyphs,
267 hb_codepoint_t *glyphs_out, /* OUT */
Dhb-ot-shape-complex-private.hh121 hb_codepoint_t ab,
122 hb_codepoint_t *a,
123 hb_codepoint_t *b);
130 hb_codepoint_t a,
131 hb_codepoint_t b,
132 hb_codepoint_t *ab);
Dhb-ot-shape-complex-hebrew.cc32 hb_codepoint_t a, in compose_hebrew()
33 hb_codepoint_t b, in compose_hebrew()
34 hb_codepoint_t *ab) in compose_hebrew()
41 static const hb_codepoint_t sDageshForms[0x05EAu - 0x05D0u + 1] = { in compose_hebrew()
/external/harfbuzz_ng/test/api/
Dtest-shape.c45 hb_codepoint_t glyph, in glyph_h_advance_func()
58 hb_codepoint_t unicode, hb_codepoint_t variant_selector, in glyph_func()
59 hb_codepoint_t *glyph, in glyph_func()
72 hb_codepoint_t left, hb_codepoint_t right, in glyph_h_kerning_func()
120 const hb_codepoint_t output_glyphs[] = {1, 2, 3, 1}; in test_shape()

123