Searched refs:copy_rect_width (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
955 copy_rect_width = copy_rect.x2 - copy_rect.x1;
957 copy_rowbytes = ((copy_rect_width * Bpp) + 31) & ~31;
961 if (copy_rect_width * copy_rect_height >
966 copy_rect_width * Bpp, copy_rect_height,
978 copy_rect_width * Bpp, copy_rect_height,
984 = GetScratchPixmapHeader(pScreen, copy_rect_width,
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c945 unsigned int copy_rect_width, copy_rect_height; local in function:StartFrameResize
970 copy_rect_width = copy_rect.x2 - copy_rect.x1;
972 copy_rowbytes = ((copy_rect_width * Bpp) + 31) & ~31;
975 if (copy_rect_width * copy_rect_height >
978 SCREENREC(pScreen)->imp->CopyBytes(copy_rect_width * Bpp,
998 copy_rowbytes / sizeof(FbBits), 0, copy_rect_width * Bpp,
1004 = GetScratchPixmapHeader(pScreen, copy_rect_width,

Completed in 5 milliseconds