Searched refs:HB_BUFFER_ALLOCATE_VAR (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-private.hh | 549 HB_BUFFER_ALLOCATE_VAR (buffer, unicode_props); in _hb_buffer_allocate_unicode_vars() 567 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props); in _hb_buffer_allocate_gsubgpos_vars() 568 HB_BUFFER_ALLOCATE_VAR (buffer, lig_props); in _hb_buffer_allocate_gsubgpos_vars() 569 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars()
|
D | hb-ot-shape-complex-myanmar.cc | 277 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_category); in setup_masks_myanmar() 278 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_position); in setup_masks_myanmar()
|
D | hb-buffer-private.hh | 291 #define HB_BUFFER_ALLOCATE_VAR(b, var) HB_BUFFER_XALLOCATE_VAR (b, allocate_var, var ()) macro
|
D | hb-ot-shape-complex-hangul.cc | 135 HB_BUFFER_ALLOCATE_VAR (buffer, hangul_shaping_feature); in preprocess_text_hangul()
|
D | hb-ot-shape-complex-use.cc | 254 HB_BUFFER_ALLOCATE_VAR (buffer, use_category); in setup_masks_use()
|
D | hb-ot-shape-complex-arabic.cc | 357 HB_BUFFER_ALLOCATE_VAR (buffer, arabic_shaping_action); in setup_masks_arabic_plan()
|
D | hb-ot-shape-complex-indic.cc | 619 HB_BUFFER_ALLOCATE_VAR (buffer, indic_category); in setup_masks_indic() 620 HB_BUFFER_ALLOCATE_VAR (buffer, indic_position); in setup_masks_indic()
|
D | hb-ot-shape.cc | 535 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index); in hb_ot_substitute_default()
|