Searched refs:src_x1 (Results 1 – 1 of 1) sorted by relevance
50 int src_x1 = state->src.x1 >> 16; in check_damage_clip() local60 if (x1 < src_x1 || y1 < src_y1 || x2 > src_x2 || y2 > src_y2) { in check_damage_clip()