Searched refs:HB_BUFFER_ALLOCATE_VAR (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.hh | 582 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()
|
D | hb-ot-shape-complex-myanmar.cc | 122 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_category); in setup_masks_myanmar() 123 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_position); in setup_masks_myanmar()
|
D | hb-ot-shape-complex-khmer.cc | 207 HB_BUFFER_ALLOCATE_VAR (buffer, khmer_category); in setup_masks_khmer()
|
D | hb-ot-shape-complex-hangul.cc | 137 HB_BUFFER_ALLOCATE_VAR (buffer, hangul_shaping_feature); in preprocess_text_hangul()
|
D | hb-buffer.hh | 446 #define HB_BUFFER_ALLOCATE_VAR(b, var) HB_BUFFER_XALLOCATE_VAR (b, allocate_var, var ()) macro
|
D | hb-ot-shape-complex-use.cc | 250 HB_BUFFER_ALLOCATE_VAR (buffer, use_category); in setup_masks_use()
|
D | hb-ot-shape-complex-indic.cc | 350 HB_BUFFER_ALLOCATE_VAR (buffer, indic_category); in setup_masks_indic() 351 HB_BUFFER_ALLOCATE_VAR (buffer, indic_position); in setup_masks_indic()
|
D | hb-ot-shape-complex-arabic.cc | 363 HB_BUFFER_ALLOCATE_VAR (buffer, arabic_shaping_action); in setup_masks_arabic_plan()
|
D | hb-ot-shape.cc | 793 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index); in hb_ot_substitute_default()
|