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.cc527 hb_position_t w_remaining = w_total - w_fixed; in apply_stch() local
528 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch()
529 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch()
533 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch()
537 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch()