Searched refs:bottom_overflow (Results 1 – 3 of 3) sorted by relevance
121 int bottom_overflow = (xd->mb_to_bottom_edge < 0) ? in block_variance() local124 if (right_overflow || bottom_overflow) { in block_variance()126 const int bh = 8 * num_8x8_blocks_high_lookup[bs] - bottom_overflow; in block_variance()
309 int bottom_overflow = button_bounds.bottom() - tab_bounds.bottom(); in GetHitTestMask() local312 else if (bottom_overflow > 0) in GetHitTestMask()313 button_bounds.set_height(button_bounds.height() - bottom_overflow); in GetHitTestMask()