Searched refs:w_repeating (Results 1 – 1 of 1) sorted by relevance
494 hb_position_t w_repeating = 0; // Sum of repeating tiles in apply_stch() local511 w_repeating += width; in apply_stch()531 DEBUG_MSG (ARABIC, NULL, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch()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()