Lines Matching refs:widthBytesLine
2005 long widthBytesLine, length;
2079 widthBytesLine = PixmapBytePad(width, pDraw->depth);
2080 length = widthBytesLine * height;
2085 widthBytesLine = BitmapBytePad(width);
2088 length = widthBytesLine * height *
2099 if (widthBytesLine == 0)
2108 if (widthBytesLine == 0 || height == 0)
2110 else if (widthBytesLine >= IMAGE_BUFSIZE)
2114 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
2118 length = linesPerBuf * widthBytesLine;
2126 length -= widthBytesLine;
2131 length += widthBytesLine;
2167 XaceCensorImage(client, pVisibleRegion, widthBytesLine,
2175 ReformatImage (pBuf, (int)(nlines * widthBytesLine),
2181 (int)(nlines * widthBytesLine),
2207 widthBytesLine,
2214 pBuf += nlines * widthBytesLine;
2217 (int)(nlines * widthBytesLine),
2223 (int)(nlines * widthBytesLine),