Home
last modified time | relevance | path

Searched refs:HB_STACKARRAY (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-hebrew.c82 HB_STACKARRAY(HB_UChar16, shapedChars, 2 * shaper_item->item.length); in HB_HebrewShape()
Dharfbuzz-shaper-private.h161 #define HB_STACKARRAY(Type, Name, Length) \ macro
Dharfbuzz-greek.c368 HB_STACKARRAY(HB_UChar16, shapedChars, 2 * shaper_item->item.length); in HB_GreekShape()
Dharfbuzz-hangul.c191 HB_STACKARRAY(unsigned short, logClusters, len); in hangul_shape_syllable()
Dharfbuzz-tibetan.c112 HB_STACKARRAY(HB_UChar16, reordered, len + 4); in tibetan_shape_syllable()
Dharfbuzz-arabic.c896 HB_STACKARRAY(HB_ArabicProperties, props, len + 2); in shapedString()
1105 HB_STACKARRAY(HB_UChar16, shapedChars, item->item.length); in HB_ArabicShape()
Dharfbuzz-indic.cpp1216 HB_STACKARRAY(HB_UChar16, reordered, len + 4); in indic_shape_syllable()
1217 HB_STACKARRAY(hb_uint8, position, len + 4); in indic_shape_syllable()
1554 HB_STACKARRAY(unsigned short, clusters, len); in indic_shape_syllable()
1555 HB_STACKARRAY(unsigned int, properties, len); in indic_shape_syllable()