Lines Matching refs:y1
354 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
357 u32 s1 = point(x1, y1); in blade_copy_rect()
358 u32 s2 = point(x1 + w - 1, y1 + 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()
458 y1_tmp = y1 + h - 1; in xp_copy_rect()
461 y1_tmp = y1; in xp_copy_rect()
516 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
519 u32 s1 = point(x1, y1); in image_copy_rect()
520 u32 s2 = point(x1 + w - 1, y1 + 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()
597 y1_tmp = y1 + h - 1; in tgui_copy_rect()
600 y1_tmp = y1; in tgui_copy_rect()