Lines Matching refs:y2
65 * inclusive and x2/y2 are exclusive. While kernel does not error for overlapped
83 dest->y2 = src->y2;
288 /* Round down for x1/y1 and round up for x2/y2 to catch all pixels */
292 iter->plane_src.y2 = (state->src.y2 >> 16) + !!(state->src.y2 & 0xFFFF);
309 * x1/y1 and round up for x2/y2 for the intersected coordinate. Similar rounding
370 rect->y2 = 0;
377 rect->y2 = max(rect->y2, clip.y2);