Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh101 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature()
102 unsigned int first_glyphs_indirection[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature()
103 unsigned int ligature_per_first_glyph_count_list[ARRAY_LENGTH_CONST (first_glyphs)]; in arabic_fallback_synthesize_lookup_ligature()
107 …OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0]… in arabic_fallback_synthesize_lookup_ligature()
108 unsigned int component_count_list[ARRAY_LENGTH_CONST (ligature_list)]; in arabic_fallback_synthesize_lookup_ligature()
109 …OT::GlyphID component_list[ARRAY_LENGTH_CONST (ligature_list) * 1/* One extra component per ligatu… in arabic_fallback_synthesize_lookup_ligature()
157 char buf[ARRAY_LENGTH_CONST (ligature_list) * 16 + 128]; in arabic_fallback_synthesize_lookup_ligature()
264 static_assert ((ARRAY_LENGTH_CONST(arabic_fallback_features) <= ARABIC_FALLBACK_MAX_LOOKUPS), ""); in arabic_fallback_plan_init_unicode()
Dhb-coretext.cc555 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape()
Dhb-dsalgs.hh274 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) macro
Dhb-set.hh60 { return ARRAY_LENGTH_CONST (v); } in len()
/external/harfbuzz_ng/util/
Doptions.cc525 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()