Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c945 unsigned int copy_rect_width, copy_rect_height; in StartFrameResize() local
971 copy_rect_height = copy_rect.y2 - copy_rect.y1; in StartFrameResize()
973 gResizeDeathBits = xallocarray(copy_rowbytes, copy_rect_height); in StartFrameResize()
975 if (copy_rect_width * copy_rect_height > in StartFrameResize()
979 copy_rect_height, in StartFrameResize()
999 copy_rect_height, GXcopy, FB_ALLONES, Bpp, 0, 0); in StartFrameResize()
1005 copy_rect_height, in StartFrameResize()