Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc207 hb_position_t y_gap = font->y_scale / 16; in position_mark() local
261 base_extents.height -= y_gap; in position_mark()
268 if ((y_gap > 0) == (pos.y_offset > 0)) in position_mark()
281 base_extents.y_bearing += y_gap; in position_mark()
282 base_extents.height -= y_gap; in position_mark()
289 if ((y_gap > 0) != (pos.y_offset > 0)) in position_mark()