Lines Matching refs:y2
233 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
238 u32 d1 = point(x2, y2); in blade_copy_rect()
239 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
241 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in blade_copy_rect()
321 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect() argument
326 if ((x1 < x2) && (y1 == y2)) { in xp_copy_rect()
335 if (y1 < y2) { in xp_copy_rect()
338 y2_tmp = y2 + h - 1; in xp_copy_rect()
341 y2_tmp = y2; in xp_copy_rect()
395 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
400 u32 d1 = point(x2, y2); in image_copy_rect()
401 u32 d2 = point(x2 + w - 1, y2 + h - 1); in image_copy_rect()
403 if ((y1 > y2) || ((y1 == y2) && (x1 > x2))) in image_copy_rect()
460 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect() argument
465 if ((x1 < x2) && (y1 == y2)) { in tgui_copy_rect()
474 if (y1 < y2) { in tgui_copy_rect()
477 y2_tmp = y2 + h - 1; in tgui_copy_rect()
480 y2_tmp = y2; in tgui_copy_rect()