Searched refs:copy_rect_height (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c930 unsigned int copy_rect_width, copy_rect_height; local in function:StartFrameResize
956 copy_rect_height = copy_rect.y2 - copy_rect.y1;
959 * copy_rect_height);
961 if (copy_rect_width * copy_rect_height >
966 copy_rect_width * Bpp, copy_rect_height,
978 copy_rect_width * Bpp, copy_rect_height,
985 copy_rect_height,
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c945 unsigned int copy_rect_width, copy_rect_height; local in function:StartFrameResize
971 copy_rect_height = copy_rect.y2 - copy_rect.y1;
973 gResizeDeathBits = xallocarray(copy_rowbytes, copy_rect_height);
975 if (copy_rect_width * copy_rect_height >
979 copy_rect_height,
999 copy_rect_height, GXcopy, FB_ALLONES, Bpp, 0, 0);
1005 copy_rect_height,

Completed in 5 milliseconds