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