Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc485 hb_position_t w_repeating = 0; // Sum of repeating tiles in apply_stch() local
502 w_repeating += width; in apply_stch()
522 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch()
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()