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.cc1804 hb_position_t total_x_advance = 0, total_y_advance = 0; in normalize_glyphs_cluster() local
1807 total_x_advance += pos[i].x_advance; in normalize_glyphs_cluster()
1827 pos[end - 1].x_advance = total_x_advance; in normalize_glyphs_cluster()
1833 pos[start].x_advance += total_x_advance; in normalize_glyphs_cluster()
1836 pos[i].x_offset -= total_x_advance; in normalize_glyphs_cluster()