Lines Matching refs:y1
355 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
358 u32 s1 = point(x1, y1); in blade_copy_rect()
359 u32 s2 = point(x1 + w - 1, y1 + 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()
459 y1_tmp = y1 + h - 1; in xp_copy_rect()
462 y1_tmp = y1; in xp_copy_rect()
517 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
520 u32 s1 = point(x1, y1); in image_copy_rect()
521 u32 s2 = point(x1 + w - 1, y1 + 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()
598 y1_tmp = y1 + h - 1; in tgui_copy_rect()
601 y1_tmp = y1; in tgui_copy_rect()