Searched refs:HB_STACKARRAY (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-hebrew.c | 82 HB_STACKARRAY(HB_UChar16, shapedChars, 2 * shaper_item->item.length); in HB_HebrewShape()
|
D | harfbuzz-shaper-private.h | 161 #define HB_STACKARRAY(Type, Name, Length) \ macro
|
D | harfbuzz-greek.c | 368 HB_STACKARRAY(HB_UChar16, shapedChars, 2 * shaper_item->item.length); in HB_GreekShape()
|
D | harfbuzz-hangul.c | 191 HB_STACKARRAY(unsigned short, logClusters, len); in hangul_shape_syllable()
|
D | harfbuzz-tibetan.c | 112 HB_STACKARRAY(HB_UChar16, reordered, len + 4); in tibetan_shape_syllable()
|
D | harfbuzz-arabic.c | 896 HB_STACKARRAY(HB_ArabicProperties, props, len + 2); in shapedString() 1105 HB_STACKARRAY(HB_UChar16, shapedChars, item->item.length); in HB_ArabicShape()
|
D | harfbuzz-indic.cpp | 1216 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()
|