Searched refs:w_repeating (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 489 hb_position_t w_repeating = 0; // Sum of repeating tiles in apply_stch() local 506 w_repeating += width; in apply_stch() 526 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch() 532 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch() 533 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch() 537 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch() 541 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch()
|
/third_party/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 490 hb_position_t w_repeating = 0; // Sum of repeating tiles in apply_stch() local 507 w_repeating += width; in apply_stch() 527 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch() 533 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch() 534 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch() 538 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch() 542 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex-arabic.cc | 490 hb_position_t w_repeating = 0; // Sum of repeating tiles in apply_stch() local 507 w_repeating += width; in apply_stch() 527 DEBUG_MSG (ARABIC, nullptr, "repeating tiles: count=%d width=%d", n_repeating, w_repeating); in apply_stch() 533 if (sign * w_remaining > sign * w_repeating && sign * w_repeating > 0) in apply_stch() 534 n_copies = (sign * w_remaining) / (sign * w_repeating) - 1; in apply_stch() 538 hb_position_t shortfall = sign * w_remaining - sign * w_repeating * (n_copies + 1); in apply_stch() 542 hb_position_t excess = (n_copies + 1) * sign * w_repeating - sign * w_remaining; in apply_stch()
|