Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc914 double run_advance = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local
916 run_advance = -run_advance; in _hb_coretext_shape()
917 DEBUG_MSG (CORETEXT, run, "Run advance: %g", run_advance); in _hb_coretext_shape()
1024 advances_so_far += run_advance; in _hb_coretext_shape()
1100 advance = run_advance - (positions[j].x - positions[0].x); in _hb_coretext_shape()
1116 advance = run_advance - (positions[j].y - positions[0].y); in _hb_coretext_shape()
1124 advances_so_far += run_advance; in _hb_coretext_shape()