Home
last modified time | relevance | path

Searched refs:HB_INIT_STACKARRAY (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shaper-private.h157 #define HB_INIT_STACKARRAY(Type, Name, Length) \ macro
163 HB_INIT_STACKARRAY(Type, Name, Length)
Dharfbuzz-arabic.c1049 HB_INIT_STACKARRAY(HB_ArabicProperties, props, item->item.length + 2); in arabicSyriacOpenTypeShape()
1050 HB_INIT_STACKARRAY(hb_uint32, apply, item->num_glyphs); in arabicSyriacOpenTypeShape()