Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c944 unsigned int copy_rowbytes, Bpp; in StartFrameResize() local
972 copy_rowbytes = ((copy_rect_width * Bpp) + 31) & ~31; in StartFrameResize()
973 gResizeDeathBits = xallocarray(copy_rowbytes, copy_rect_height); in StartFrameResize()
989 copy_rowbytes); in StartFrameResize()
998 copy_rowbytes / sizeof(FbBits), 0, copy_rect_width * Bpp, in StartFrameResize()