Searched refs:HB_BUFFER_DEALLOCATE_VAR (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-private.hh | 555 HB_BUFFER_DEALLOCATE_VAR (buffer, unicode_props); in _hb_buffer_deallocate_unicode_vars() 575 HB_BUFFER_DEALLOCATE_VAR (buffer, syllable); in _hb_buffer_deallocate_gsubgpos_vars() 576 HB_BUFFER_DEALLOCATE_VAR (buffer, lig_props); in _hb_buffer_deallocate_gsubgpos_vars() 577 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_props); in _hb_buffer_deallocate_gsubgpos_vars()
|
D | hb-ot-shape-complex-myanmar.cc | 499 HB_BUFFER_DEALLOCATE_VAR (buffer, myanmar_category); in final_reordering() 500 HB_BUFFER_DEALLOCATE_VAR (buffer, myanmar_position); in final_reordering()
|
D | hb-buffer-private.hh | 292 #define HB_BUFFER_DEALLOCATE_VAR(b, var) HB_BUFFER_XALLOCATE_VAR (b, deallocate_var, var ()) macro
|
D | hb-ot-shape-complex-hangul.cc | 405 HB_BUFFER_DEALLOCATE_VAR (buffer, hangul_shaping_feature); in setup_masks_hangul()
|
D | hb-ot-shape-complex-use.cc | 556 HB_BUFFER_DEALLOCATE_VAR (buffer, use_category); in reorder()
|
D | hb-ot-shape-complex-arabic.cc | 605 HB_BUFFER_DEALLOCATE_VAR (buffer, arabic_shaping_action); in postprocess_glyphs_arabic()
|
D | hb-ot-shape-complex-indic.cc | 1713 HB_BUFFER_DEALLOCATE_VAR (buffer, indic_category); in final_reordering() 1714 HB_BUFFER_DEALLOCATE_VAR (buffer, indic_position); in final_reordering()
|
D | hb-ot-shape.cc | 547 HB_BUFFER_DEALLOCATE_VAR (buffer, glyph_index); in hb_ot_substitute_default()
|