Lines Matching refs:y1
69 * framebuffer, damage clips cannot be negative. In damage clip, x1/y1 are
86 dest->y1 = src->y1;
293 /* Round down for x1/y1 and round up for x2/y2 to catch all pixels */
295 iter->plane_src.y1 = state->src.y1 >> 16;
314 * x1/y1 and round up for x2/y2 for the intersected coordinate. Similar rounding
373 rect->y1 = INT_MAX;
380 rect->y1 = min(rect->y1, clip.y1);