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

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c929 unsigned int copy_rowbytes, Bpp; local in function:StartFrameResize
957 copy_rowbytes = ((copy_rect_width * Bpp) + 31) & ~31;
958 gResizeDeathBits = malloc(copy_rowbytes
970 gResizeDeathBits, copy_rowbytes);
977 copy_rowbytes / sizeof(FbBits), 0,
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c944 unsigned int copy_rowbytes, Bpp; local in function:StartFrameResize
972 copy_rowbytes = ((copy_rect_width * Bpp) + 31) & ~31;
973 gResizeDeathBits = xallocarray(copy_rowbytes, copy_rect_height);
989 copy_rowbytes);
998 copy_rowbytes / sizeof(FbBits), 0, copy_rect_width * Bpp,

Completed in 5 milliseconds