Lines Matching refs:y2
354 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
359 u32 d1 = point(x2, y2); in blade_copy_rect()
360 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
362 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in blade_copy_rect()
442 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect() argument
447 if ((x1 < x2) && (y1 == y2)) { in xp_copy_rect()
456 if (y1 < y2) { in xp_copy_rect()
459 y2_tmp = y2 + h - 1; in xp_copy_rect()
462 y2_tmp = y2; in xp_copy_rect()
516 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
521 u32 d1 = point(x2, y2); in image_copy_rect()
522 u32 d2 = point(x2 + w - 1, y2 + h - 1); in image_copy_rect()
524 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in image_copy_rect()
581 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect() argument
586 if ((x1 < x2) && (y1 == y2)) { in tgui_copy_rect()
595 if (y1 < y2) { in tgui_copy_rect()
598 y2_tmp = y2 + h - 1; in tgui_copy_rect()
601 y2_tmp = y2; in tgui_copy_rect()