Lines Matching refs:widthBytesLine
1953 long widthBytesLine, length;
2028 widthBytesLine = PixmapBytePad(w, pDraw->depth);
2029 length = widthBytesLine * h;
2033 widthBytesLine = BitmapBytePad(w);
2036 length = widthBytesLine * h * Ones(planemask & (plane | (plane - 1)));
2042 if (widthBytesLine == 0 || h == 0)
2044 else if (widthBytesLine >= XINERAMA_IMAGE_BUFSIZE)
2047 linesPerBuf = XINERAMA_IMAGE_BUFSIZE / widthBytesLine;
2051 if (!(pBuf = xallocarray(linesPerBuf, widthBytesLine)))
2065 memset(pBuf, 0, nlines * widthBytesLine);
2068 format, planemask, pBuf, widthBytesLine,
2071 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf);
2082 memset(pBuf, 0, nlines * widthBytesLine);
2086 widthBytesLine, isRoot);
2088 WriteToClient(client, (int)(nlines * widthBytesLine), pBuf);