Lines Matching refs:y2
355 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
360 u32 d1 = point(x2, y2); in blade_copy_rect()
361 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
363 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in blade_copy_rect()
443 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect() argument
448 if ((x1 < x2) && (y1 == y2)) { in xp_copy_rect()
457 if (y1 < y2) { in xp_copy_rect()
460 y2_tmp = y2 + h - 1; in xp_copy_rect()
463 y2_tmp = y2; in xp_copy_rect()
517 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
522 u32 d1 = point(x2, y2); in image_copy_rect()
523 u32 d2 = point(x2 + w - 1, y2 + h - 1); in image_copy_rect()
525 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in image_copy_rect()
582 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect() argument
587 if ((x1 < x2) && (y1 == y2)) { in tgui_copy_rect()
596 if (y1 < y2) { in tgui_copy_rect()
599 y2_tmp = y2 + h - 1; in tgui_copy_rect()
602 y2_tmp = y2; in tgui_copy_rect()