Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc468 hb_position_t kern1 = x_kern >> 1; in _hb_ot_shape_fallback_kern() local
469 hb_position_t kern2 = x_kern - kern1; in _hb_ot_shape_fallback_kern()
470 pos[idx].x_advance += kern1; in _hb_ot_shape_fallback_kern()
477 hb_position_t kern1 = y_kern >> 1; in _hb_ot_shape_fallback_kern() local
478 hb_position_t kern2 = y_kern - kern1; in _hb_ot_shape_fallback_kern()
479 pos[idx].y_advance += kern1; in _hb_ot_shape_fallback_kern()