Lines Matching refs:widthBytesLine
1793 long widthBytesLine, length;
1861 widthBytesLine = PixmapBytePad(w, pDraw->depth);
1862 length = widthBytesLine * h;
1866 widthBytesLine = BitmapBytePad(w);
1869 length = widthBytesLine * h *
1876 if (widthBytesLine == 0 || h == 0)
1878 else if (widthBytesLine >= XINERAMA_IMAGE_BUFSIZE)
1881 linesPerBuf = XINERAMA_IMAGE_BUFSIZE / widthBytesLine;
1885 length = linesPerBuf * widthBytesLine;
1900 memset(pBuf, 0, nlines * widthBytesLine);
1903 format, planemask, pBuf, widthBytesLine, isRoot);
1906 (int)(nlines * widthBytesLine),
1917 memset(pBuf, 0, nlines * widthBytesLine);
1921 widthBytesLine, isRoot);
1924 (int)(nlines * widthBytesLine),