Home
last modified time | relevance | path

Searched refs:HB_BUFFER_ALLOCATE_VAR (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh582 HB_BUFFER_ALLOCATE_VAR (buffer, unicode_props); in _hb_buffer_allocate_unicode_vars()
600 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props); in _hb_buffer_allocate_gsubgpos_vars()
601 HB_BUFFER_ALLOCATE_VAR (buffer, lig_props); in _hb_buffer_allocate_gsubgpos_vars()
602 HB_BUFFER_ALLOCATE_VAR (buffer, syllable); in _hb_buffer_allocate_gsubgpos_vars()
Dhb-ot-shape-complex-myanmar.cc122 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_category); in setup_masks_myanmar()
123 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_position); in setup_masks_myanmar()
Dhb-ot-shape-complex-khmer.cc207 HB_BUFFER_ALLOCATE_VAR (buffer, khmer_category); in setup_masks_khmer()
Dhb-ot-shape-complex-hangul.cc137 HB_BUFFER_ALLOCATE_VAR (buffer, hangul_shaping_feature); in preprocess_text_hangul()
Dhb-buffer.hh446 #define HB_BUFFER_ALLOCATE_VAR(b, var) HB_BUFFER_XALLOCATE_VAR (b, allocate_var, var ()) macro
Dhb-ot-shape-complex-use.cc250 HB_BUFFER_ALLOCATE_VAR (buffer, use_category); in setup_masks_use()
Dhb-ot-shape-complex-indic.cc350 HB_BUFFER_ALLOCATE_VAR (buffer, indic_category); in setup_masks_indic()
351 HB_BUFFER_ALLOCATE_VAR (buffer, indic_position); in setup_masks_indic()
Dhb-ot-shape-complex-arabic.cc363 HB_BUFFER_ALLOCATE_VAR (buffer, arabic_shaping_action); in setup_masks_arabic_plan()
Dhb-ot-shape.cc793 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index); in hb_ot_substitute_default()