Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH_CONST (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh102 OT::HBGlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature()
103 unsigned int first_glyphs_indirection[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature()
104 unsigned int ligature_per_first_glyph_count_list[ARRAY_LENGTH_CONST (first_glyphs)]; in arabic_fallback_synthesize_lookup_ligature()
108 …OT::HBGlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[… in arabic_fallback_synthesize_lookup_ligature()
109 unsigned int component_count_list[ARRAY_LENGTH_CONST (ligature_list)]; in arabic_fallback_synthesize_lookup_ligature()
110 …OT::HBGlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per liga… in arabic_fallback_synthesize_lookup_ligature()
160 char buf[ARRAY_LENGTH_CONST (ligature_list) * 16 + 128]; in arabic_fallback_synthesize_lookup_ligature()
267 static_assert ((ARRAY_LENGTH_CONST(arabic_fallback_features) <= ARABIC_FALLBACK_MAX_LOOKUPS), ""); in arabic_fallback_plan_init_unicode()
Dhb-shaper.cc38 static_assert (0 != ARRAY_LENGTH_CONST (all_shapers), "No shaper enabled.");
Dhb-coretext.cc541 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape()
Dhb-set.hh61 { return ARRAY_LENGTH_CONST (v); } in len()
Dhb-algs.hh582 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) macro
/external/harfbuzz_ng/util/
Doptions.cc537 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()