Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc968 double run_advance = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local
969 DEBUG_MSG (CORETEXT, run, "Run advance: %g", run_advance); in _hb_coretext_shape()
976 …double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_advance) - positi… in _hb_coretext_shape()
985 run_advance = -run_advance; in _hb_coretext_shape()
988 …double advance = (j + 1 < num_glyphs ? positions[j + 1].y : positions[0].y + run_advance) - positi… in _hb_coretext_shape()