/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-normalize-private.hh | 60 hb_codepoint_t ab, 61 hb_codepoint_t *a, 62 hb_codepoint_t *b); 64 hb_codepoint_t a, 65 hb_codepoint_t b, 66 hb_codepoint_t *ab);
|
hb-unicode.h | 223 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...] |
hb-set.h | 39 #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...] |
hb-font.h | 95 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 [all...] |
hb-unicode-private.hh | 57 /* Simple callbacks are those taking a hb_codepoint_t and returning a hb_codepoint_t */ 62 HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \ 75 inline return_type name (hb_codepoint_t unicode) { return func.name (this, unicode, user_data.name); } 79 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, 80 hb_codepoint_t *ab) 87 inline hb_bool_t decompose (hb_codepoint_t ab, 88 hb_codepoint_t *a, hb_codepoint_t *b [all...] |
hb-set-private.hh | 58 ASSERT_STATIC (shift < sizeof (hb_codepoint_t) * 8); 59 ASSERT_STATIC (shift + num_bits <= sizeof (hb_codepoint_t) * 8); 65 inline void add (hb_codepoint_t g) { 69 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { 79 inline bool may_have (hb_codepoint_t g) const { 85 static inline mask_t mask_for (hb_codepoint_t g) { 101 inline void add (hb_codepoint_t g) { 106 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) [all...] |
hb-ucdn.cc | 131 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 138 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 146 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 152 static hb_codepoint_t 153 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 160 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 168 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, 176 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b [all...] |
hb-utf-private.hh | 45 hb_codepoint_t *unicode) 47 hb_codepoint_t c = *text, mask; 57 hb_codepoint_t result; 78 hb_codepoint_t *unicode) 84 hb_codepoint_t c = *text, mask; 94 hb_codepoint_t result; 120 hb_codepoint_t *unicode) 122 hb_codepoint_t c = *text++; 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff))) 127 hb_codepoint_t l [all...] |
hb-set.cc | 201 hb_codepoint_t codepoint) 217 hb_codepoint_t codepoint) 234 hb_codepoint_t first, 235 hb_codepoint_t last) 251 hb_codepoint_t codepoint) 268 hb_codepoint_t first, 269 hb_codepoint_t last) 412 hb_codepoint_t 428 hb_codepoint_t 447 hb_codepoint_t *codepoint [all...] |
hb-unicode.cc | 43 hb_codepoint_t unicode HB_UNUSED, 51 hb_codepoint_t unicode HB_UNUSED, 59 hb_codepoint_t unicode HB_UNUSED, 65 static hb_codepoint_t 67 hb_codepoint_t unicode HB_UNUSED, 75 hb_codepoint_t unicode HB_UNUSED, 83 hb_codepoint_t a HB_UNUSED, 84 hb_codepoint_t b HB_UNUSED, 85 hb_codepoint_t *ab HB_UNUSED, 93 hb_codepoint_t ab HB_UNUSED [all...] |
hb-font-private.hh | 148 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, 149 hb_codepoint_t *glyph) 157 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) 164 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) 171 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, 180 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph, 189 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) 196 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph [all...] |
hb-font.cc | 51 hb_codepoint_t unicode, 52 hb_codepoint_t variation_selector, 53 hb_codepoint_t *glyph, 66 hb_codepoint_t glyph, 78 hb_codepoint_t glyph, 90 hb_codepoint_t glyph, 109 hb_codepoint_t glyph, 128 hb_codepoint_t left_glyph, 129 hb_codepoint_t right_glyph, 141 hb_codepoint_t top_glyph [all...] |
hb-glib.cc | 197 hb_codepoint_t unicode, 206 hb_codepoint_t unicode, 214 hb_codepoint_t unicode, 222 static hb_codepoint_t 224 hb_codepoint_t unicode, 233 hb_codepoint_t unicode, 241 hb_codepoint_t a, 242 hb_codepoint_t b, 243 hb_codepoint_t *ab, 278 hb_codepoint_t ab [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-normalize-private.hh | 61 hb_codepoint_t ab, 62 hb_codepoint_t *a, 63 hb_codepoint_t *b); 65 hb_codepoint_t a, 66 hb_codepoint_t b, 67 hb_codepoint_t *ab);
|
hb-unicode.h | 223 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...] |
hb-set.h | 78 hb_codepoint_t codepoint); 84 hb_codepoint_t codepoint); 88 hb_codepoint_t first, 89 hb_codepoint_t last); 93 hb_codepoint_t codepoint); 97 hb_codepoint_t first, 98 hb_codepoint_t last); 131 hb_codepoint_t 135 hb_codepoint_t 141 hb_codepoint_t *codepoint) [all...] |
hb-set-private.hh | 46 inline void add (hb_codepoint_t g) { 56 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { 62 inline bool may_have (hb_codepoint_t g) const { 81 inline void add (hb_codepoint_t g) { 85 inline void add_range (hb_codepoint_t a, hb_codepoint_t b) { 95 inline bool may_have (hb_codepoint_t g) const { 101 static inline mask_t mask_for (hb_codepoint_t g) { return ((mask_t) 1) << (g & (sizeof (mask_t) * 8 - 1)); } 114 inline void add (hb_codepoint_t g) [all...] |
hb-unicode-private.hh | 57 /* Simple callbacks are those taking a hb_codepoint_t and returning a hb_codepoint_t */ 62 HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \ 75 inline return_type name (hb_codepoint_t unicode) { return func.name (this, unicode, user_data.name); } 79 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, 80 hb_codepoint_t *ab) 87 inline hb_bool_t decompose (hb_codepoint_t ab, 88 hb_codepoint_t *a, hb_codepoint_t *b [all...] |
hb-ucdn.cc | 131 hb_ucdn_combining_class(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 138 hb_ucdn_eastasian_width(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 146 hb_ucdn_general_category(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 152 static hb_codepoint_t 153 hb_ucdn_mirroring(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 160 hb_ucdn_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t unicode, 168 hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab, 176 hb_codepoint_t ab, hb_codepoint_t *a, hb_codepoint_t *b [all...] |
hb-utf-private.hh | 45 hb_codepoint_t *unicode) 47 hb_codepoint_t c = *text, mask; 57 hb_codepoint_t result; 78 hb_codepoint_t *unicode) 84 hb_codepoint_t c = *text, mask; 94 hb_codepoint_t result; 120 hb_codepoint_t *unicode) 122 hb_codepoint_t c = *text++; 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff))) 127 hb_codepoint_t l [all...] |
hb-font.h | 168 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 169 hb_codepoint_t *glyph, 174 hb_codepoint_t glyph, 180 hb_codepoint_t glyph, 187 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, 194 hb_codepoint_t glyph, 198 hb_codepoint_t glyph, unsigned int point_index, 204 hb_codepoint_t glyph [all...] |
hb-set.cc | 114 hb_codepoint_t codepoint) 121 hb_codepoint_t codepoint) 128 hb_codepoint_t first, 129 hb_codepoint_t last) 136 hb_codepoint_t codepoint) 143 hb_codepoint_t first, 144 hb_codepoint_t last) 203 hb_codepoint_t 209 hb_codepoint_t 217 hb_codepoint_t *codepoint [all...] |
hb-unicode.cc | 43 hb_codepoint_t unicode HB_UNUSED, 51 hb_codepoint_t unicode HB_UNUSED, 59 hb_codepoint_t unicode HB_UNUSED, 65 static hb_codepoint_t 67 hb_codepoint_t unicode HB_UNUSED, 75 hb_codepoint_t unicode HB_UNUSED, 83 hb_codepoint_t a HB_UNUSED, 84 hb_codepoint_t b HB_UNUSED, 85 hb_codepoint_t *ab HB_UNUSED, 93 hb_codepoint_t ab HB_UNUSED [all...] |
hb-font-private.hh | 213 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, 214 hb_codepoint_t *glyph) 222 inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph) 229 inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph) 236 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph, 245 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph, 254 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) 261 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph [all...] |
/external/harfbuzz_ng/test/api/ |
test-shape.c | 45 hb_codepoint_t glyph, 58 hb_codepoint_t unicode, hb_codepoint_t variant_selector, 59 hb_codepoint_t *glyph, 72 hb_codepoint_t left, hb_codepoint_t right, 120 const hb_codepoint_t output_glyphs[] = {1, 2, 3, 1};
|