Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc1841 hb_position_t total_x_advance = 0, total_y_advance = 0; in normalize_glyphs_cluster() local
1844 total_x_advance += pos[i].x_advance; in normalize_glyphs_cluster()
1864 pos[end - 1].x_advance = total_x_advance; in normalize_glyphs_cluster()
1870 pos[start].x_advance += total_x_advance; in normalize_glyphs_cluster()
1873 pos[i].x_offset -= total_x_advance; in normalize_glyphs_cluster()