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