Lines Matching refs:y2
356 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
361 u32 d1 = point(x2, y2); in blade_copy_rect()
362 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
364 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in blade_copy_rect()
444 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect() argument
449 if ((x1 < x2) && (y1 == y2)) { in xp_copy_rect()
458 if (y1 < y2) { in xp_copy_rect()
461 y2_tmp = y2 + h - 1; in xp_copy_rect()
464 y2_tmp = y2; in xp_copy_rect()
518 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
523 u32 d1 = point(x2, y2); in image_copy_rect()
524 u32 d2 = point(x2 + w - 1, y2 + h - 1); in image_copy_rect()
526 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in image_copy_rect()
583 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect() argument
588 if ((x1 < x2) && (y1 == y2)) { in tgui_copy_rect()
597 if (y1 < y2) { in tgui_copy_rect()
600 y2_tmp = y2 + h - 1; in tgui_copy_rect()
603 y2_tmp = y2; in tgui_copy_rect()