Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc536 hb_position_t w_remaining = w_total - w_fixed; in apply_stch() local
537 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch()
538 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch()
542 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch()
546 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch()