Home
last modified time | relevance | path

Searched refs:current_stage (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.cc77 info->stage[0] = current_stage[0]; in add_feature()
78 info->stage[1] = current_stage[1]; in add_feature()
127 s->index = current_stage[table_index]; in add_pause()
131 current_stage[table_index]++; in add_pause()
280 for (unsigned stage = 0; stage < current_stage[table_index]; stage++) in compile()
Dhb-ot-map-private.hh232 unsigned int current_stage[2]; /* GSUB/GPOS */ member