Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc874 double run_advance = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local
876 run_advance = -run_advance; in _hb_coretext_shape()
877 DEBUG_MSG (CORETEXT, run, "Run advance: %g", run_advance); in _hb_coretext_shape()
984 advances_so_far += run_advance; in _hb_coretext_shape()
1060 advance = run_advance - (positions[j].x - positions[0].x); in _hb_coretext_shape()
1076 advance = run_advance - (positions[j].y - positions[0].y); in _hb_coretext_shape()
1084 advances_so_far += run_advance; in _hb_coretext_shape()