Searched refs:right_overflow (Results 1 – 3 of 3) sorted by relevance
115 int right_overflow = (xd->mb_to_right_edge < 0) ? in block_variance() local120 if (right_overflow || bottom_overflow) { in block_variance()121 const int bw = 8 * num_8x8_blocks_wide_lookup[bs] - right_overflow; in block_variance()
994 const int right_overflow = frame_bounds.right() - screen_bounds.right(); in ResizeAndMoveParentFrame() local995 if (right_overflow > 0) { in ResizeAndMoveParentFrame()996 frame_bounds.set_x(frame_bounds.x() - right_overflow); in ResizeAndMoveParentFrame()
1215 const int right_overflow = frame_bounds.right() - screen_bounds.right(); in MoveParentFrame() local1216 if (right_overflow > 0) { in MoveParentFrame()1217 frame_bounds.set_x(frame_bounds.x() - right_overflow); in MoveParentFrame()