HomeSort by relevance Sort by last modified time
    Searched refs:HB_BUFFER_ALLOCATE_VAR (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout.hh 567 HB_BUFFER_ALLOCATE_VAR (buffer, unicode_props);
585 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_props);
586 HB_BUFFER_ALLOCATE_VAR (buffer, lig_props);
587 HB_BUFFER_ALLOCATE_VAR (buffer, syllable);
hb-ot-shape-complex-myanmar.cc 144 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_category);
145 HB_BUFFER_ALLOCATE_VAR (buffer, myanmar_position);
hb-buffer.hh 434 #define HB_BUFFER_ALLOCATE_VAR(b, var) HB_BUFFER_XALLOCATE_VAR (b, allocate_var, var ())
hb-ot-shape-complex-hangul.cc 133 HB_BUFFER_ALLOCATE_VAR (buffer, hangul_shaping_feature);
hb-ot-shape-complex-khmer.cc 244 HB_BUFFER_ALLOCATE_VAR (buffer, khmer_category);
hb-ot-shape-complex-arabic.cc 360 HB_BUFFER_ALLOCATE_VAR (buffer, arabic_shaping_action);
hb-ot-shape-complex-use.cc 273 HB_BUFFER_ALLOCATE_VAR (buffer, use_category);
hb-ot-shape-complex-indic.cc 381 HB_BUFFER_ALLOCATE_VAR (buffer, indic_category);
382 HB_BUFFER_ALLOCATE_VAR (buffer, indic_position);
    [all...]
hb-ot-shape.cc 705 HB_BUFFER_ALLOCATE_VAR (buffer, glyph_index);

Completed in 87 milliseconds