/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-private.hh | 188 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) 199 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, 206 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) 212 _hb_glyph_info_set_modified_combining_class (hb_glyph_info_t *info, 219 _hb_glyph_info_get_modified_combining_class (const hb_glyph_info_t *info) 225 _hb_glyph_info_is_default_ignorable (const hb_glyph_info_t *info) 231 _hb_glyph_info_is_zwnj (const hb_glyph_info_t *info) 237 _hb_glyph_info_is_zwj (const hb_glyph_info_t *info) 243 _hb_glyph_info_flip_joiners (hb_glyph_info_t *info) 274 _hb_glyph_info_clear_lig_props (hb_glyph_info_t *info [all...] |
hb-buffer-private.hh | 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20); 40 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); 70 hb_glyph_info_t *info; 71 hb_glyph_info_t *out_info; 74 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; } 75 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; } 80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } 81 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; } 117 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info); 136 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info) [all...] |
hb-gobject-structs.cc | 77 static hb_glyph_info_t *glyph_info_reference (hb_glyph_info_t *g) 79 hb_glyph_info_t *c = (hb_glyph_info_t *) calloc (1, sizeof (hb_glyph_info_t)); 84 static void glyph_info_destroy (hb_glyph_info_t *g) { free (g); }
|
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 190 compare_sea_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 205 hb_glyph_info_t *info = buffer->info; 294 hb_glyph_info_t dottedcircle = {0}; 311 hb_glyph_info_t info = dottedcircle; 332 hb_glyph_info_t *info = buffer->info; 351 hb_glyph_info_t *info = buffer->info;
|
hb-ot-shape-complex-myanmar.cc | 151 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 165 is_consonant (const hb_glyph_info_t &info) 172 set_myanmar_properties (hb_glyph_info_t &info) 291 compare_myanmar_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 309 hb_glyph_info_t *info = buffer->info; 454 hb_glyph_info_t dottedcircle = {0}; 471 hb_glyph_info_t info = dottedcircle; 492 hb_glyph_info_t *info = buffer->info; 511 hb_glyph_info_t *info = buffer->info [all...] |
hb-buffer.h | 44 typedef struct hb_glyph_info_t { struct 52 } hb_glyph_info_t; typedef in typeref:struct:hb_glyph_info_t 256 hb_glyph_info_t *
|
test.cc | 111 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL); 116 hb_glyph_info_t *info = &infos[i];
|
hb-buffer.cc | 91 hb_glyph_info_t *new_info = NULL; 105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0])); 117 out_info = separate_out ? (hb_glyph_info_t *) pos : info; 135 out_info = (hb_glyph_info_t *) pos; 217 hb_glyph_info_t *glyph; 232 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info) 293 hb_glyph_info_t *tmp_string; 318 hb_glyph_info_t orig_info = info[idx]; 319 hb_glyph_info_t *pinfo = &out_info[out_len]; 343 hb_buffer_t::output_info (const hb_glyph_info_t &glyph_info [all...] |
hb-ot-shape.cc | 241 hb_glyph_info_t dottedcircle; 248 hb_glyph_info_t info = dottedcircle; 298 hb_glyph_info_t *info = buffer->info; 344 hb_glyph_info_t *info = c->buffer->info; 433 hb_glyph_info_t *info = c->buffer->info; 476 hb_glyph_info_t *info = c->buffer->info; 560 hb_glyph_info_t *info = c->buffer->info;
|
hb-ot-shape-complex-indic.cc | 141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 150 is_joiner (const hb_glyph_info_t &info) 164 is_consonant (const hb_glyph_info_t &info) 171 is_halant_or_coeng (const hb_glyph_info_t &info) 177 set_indic_properties (hb_glyph_info_t &info) 650 compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 694 hb_glyph_info_t *info = buffer->info; 926 hb_glyph_info_t t = info[i]; [all...] |
hb-ot-shape-normalize.cc | 104 set_glyph (hb_glyph_info_t &info, hb_font_t *font) 278 compare_combining_class (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
|
hb-ot-shape-complex-sea-machine.hh | 114 hb_glyph_info_t *info = buffer->info;
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-private.hh | 52 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_unicode_funcs_t *unicode) 62 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) 68 _hb_glyph_info_set_modified_combining_class (hb_glyph_info_t *info, unsigned int modified_class) 74 _hb_glyph_info_get_modified_combining_class (const hb_glyph_info_t *info) 80 _hb_glyph_info_is_default_ignorable (const hb_glyph_info_t *info) 86 _hb_glyph_info_is_zwnj (const hb_glyph_info_t *info) 92 _hb_glyph_info_is_zwj (const hb_glyph_info_t *info) 142 set_lig_props_for_ligature (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_num_comps) 147 set_lig_props_for_mark (hb_glyph_info_t &info, unsigned int lig_id, unsigned int lig_comp) 152 set_lig_props_for_component (hb_glyph_info_t &info, unsigned int comp [all...] |
hb-buffer-private.hh | 39 ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20); 40 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)); 70 hb_glyph_info_t *info; 71 hb_glyph_info_t *out_info; 74 inline hb_glyph_info_t &cur (unsigned int i = 0) { return info[idx + i]; } 75 inline hb_glyph_info_t cur (unsigned int i = 0) const { return info[idx + i]; } 80 inline hb_glyph_info_t &prev (void) { return out_info[out_len - 1]; } 81 inline hb_glyph_info_t prev (void) const { return info[out_len - 1]; } 113 HB_INTERNAL void add_info (const hb_glyph_info_t &glyph_info); 132 HB_INTERNAL void output_info (const hb_glyph_info_t &glyph_info) [all...] |
hb-ot-shape-complex-sea.cc | 138 set_sea_properties (hb_glyph_info_t &info) 190 compare_sea_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 205 hb_glyph_info_t *info = buffer->info; 294 hb_glyph_info_t dottedcircle = {0}; 311 hb_glyph_info_t info = dottedcircle; 332 hb_glyph_info_t *info = buffer->info; 351 hb_glyph_info_t *info = buffer->info;
|
test.cc | 107 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, NULL); 112 hb_glyph_info_t *info = &infos[i];
|
hb-ot-shape-complex-myanmar.cc | 152 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 166 is_consonant (const hb_glyph_info_t &info) 173 set_myanmar_properties (hb_glyph_info_t &info) 292 compare_myanmar_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 310 hb_glyph_info_t *info = buffer->info; 455 hb_glyph_info_t dottedcircle = {0}; 472 hb_glyph_info_t info = dottedcircle; 493 hb_glyph_info_t *info = buffer->info; 512 hb_glyph_info_t *info = buffer->info [all...] |
hb-buffer.h | 44 typedef struct hb_glyph_info_t { struct 52 } hb_glyph_info_t; typedef in typeref:struct:hb_glyph_info_t 256 hb_glyph_info_t *
|
hb-buffer.cc | 91 hb_glyph_info_t *new_info = NULL; 105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0])); 117 out_info = separate_out ? (hb_glyph_info_t *) pos : info; 135 out_info = (hb_glyph_info_t *) pos; 203 hb_glyph_info_t *glyph; 218 hb_buffer_t::add_info (const hb_glyph_info_t &glyph_info) 279 hb_glyph_info_t *tmp_string; 304 hb_glyph_info_t orig_info = info[idx]; 305 hb_glyph_info_t *pinfo = &out_info[out_len]; 329 hb_buffer_t::output_info (const hb_glyph_info_t &glyph_info [all...] |
hb-ot-shape-complex-indic.cc | 149 is_one_of (const hb_glyph_info_t &info, unsigned int flags) 158 is_joiner (const hb_glyph_info_t &info) 170 is_consonant (const hb_glyph_info_t &info) 177 is_halant_or_coeng (const hb_glyph_info_t &info) 183 set_indic_properties (hb_glyph_info_t &info) 613 compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb) 654 hb_glyph_info_t *info = buffer->info; 866 hb_glyph_info_t t = info[i]; [all...] |
hb-icu-le.cc | 183 hb_glyph_info_t *info = buffer->info; 204 hb_glyph_info_t *info = &buffer->info[i];
|
hb-ot-shape-complex-sea-machine.rl | 84 hb_glyph_info_t *info = buffer->info;
|
hb-ot-shape-normalize.cc | 104 set_glyph (hb_glyph_info_t &info, hb_font_t *font) 261 compare_combining_class (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
|
hb-ot-shape-complex-sea-machine.hh | 114 hb_glyph_info_t *info = buffer->info;
|
/external/harfbuzz_ng/test/api/ |
test-shape.c | 92 hb_glyph_info_t *glyphs;
|