Lines Matching refs:x1
233 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect() argument
236 u32 s1 = point(x1, y1); in blade_copy_rect()
237 u32 s2 = point(x1 + w - 1, y1 + 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()
328 x1_tmp = x1 + w - 1; in xp_copy_rect()
331 x1_tmp = x1; in xp_copy_rect()
395 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect() argument
398 u32 s1 = point(x1, y1); in image_copy_rect()
399 u32 s2 = point(x1 + w - 1, y1 + 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()
467 x1_tmp = x1 + w - 1; in tgui_copy_rect()
470 x1_tmp = x1; in tgui_copy_rect()