Lines Matching refs:table_index
907 static const unsigned int table_index = 0; member
921 static const unsigned int table_index = 1; member
1062 if (Proxy::table_index == 0) in apply_string()
1079 if (Proxy::table_index == 0) in apply_string()
1093 const unsigned int table_index = proxy.table_index; in apply() local
1095 OT::hb_apply_context_t c (table_index, font, buffer); in apply()
1098 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { in apply()
1099 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
1102 unsigned int lookup_index = lookups[table_index][i].index; in apply()
1105 c.set_lookup_mask (lookups[table_index][i].mask); in apply()
1106 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()