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.cc487 int n_repeating = 0; in apply_stch() local
503 n_repeating++; in apply_stch()
522 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch()
534 if (shortfall > 0 && n_repeating > 0) in apply_stch()
539 extra_repeat_overlap = excess / (n_copies * n_repeating); in apply_stch()
544 extra_glyphs_needed += n_copies * n_repeating; in apply_stch()