Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic.cc494 int n_repeating = 0; in apply_stch() local
510 n_repeating++; in apply_stch()
529 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch()
541 if (shortfall > 0 && n_repeating > 0) in apply_stch()
546 extra_repeat_overlap = excess / (n_copies * n_repeating); in apply_stch()
551 extra_glyphs_needed += n_copies * n_repeating; in apply_stch()