Searched refs:ARRAY_LENGTH_CONST (Results 1 – 5 of 5) sorted by relevance
101 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()
555 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape()
274 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0]))) macro
60 { return ARRAY_LENGTH_CONST (v); } in len()
525 static_assert ((ARRAY_LENGTH_CONST (supported_font_funcs) > 0), in add_options()