Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc309 joining_form_t last_form = _NONE; in setup_topographical_masks() local
320 last_form = _NONE; in setup_topographical_masks()
329 bool join = last_form == FINA || last_form == ISOL; in setup_topographical_masks()
334 last_form = last_form == FINA ? MEDI : INIT; in setup_topographical_masks()
336 info[i].mask = (info[i].mask & other_masks) | masks[last_form]; in setup_topographical_masks()
340 last_form = join ? FINA : ISOL; in setup_topographical_masks()
342 info[i].mask = (info[i].mask & other_masks) | masks[last_form]; in setup_topographical_masks()