Lines Matching refs:y2
196 int x2, y2, vxres, vyres;
199 y2 = image->dy + image->height;
203 y2 = min(y2, vyres);
205 height = y2 - dy;
254 u32 x2, y2, vxres, vyres, height, width, fg;
267 y2 = rect->dy + rect->height;
269 y2 = min(y2, vyres);
271 height = y2 - rect->dy;