Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-buffer.cc1802 hb_position_t total_x_advance = 0, total_y_advance = 0; in normalize_glyphs_cluster() local
1805 total_x_advance += pos[i].x_advance; in normalize_glyphs_cluster()
1825 pos[end - 1].x_advance = total_x_advance; in normalize_glyphs_cluster()
1831 pos[start].x_advance += total_x_advance; in normalize_glyphs_cluster()
1834 pos[i].x_offset -= total_x_advance; in normalize_glyphs_cluster()