Searched refs:run_advance (Results 1 – 1 of 1) sorted by relevance
968 double run_advance = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local969 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()