Lines Matching defs:widthBytesLine
2149 long widthBytesLine, length;
2226 widthBytesLine = PixmapBytePad(width, pDraw->depth);
2227 length = widthBytesLine * height;
2231 widthBytesLine = BitmapBytePad(width);
2234 length = widthBytesLine * height *
2242 if (widthBytesLine == 0 || height == 0)
2244 else if (widthBytesLine >= IMAGE_BUFSIZE)
2247 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
2251 length = linesPerBuf * widthBytesLine;
2257 length -= widthBytesLine;
2261 length += widthBytesLine;
2288 XaceCensorImage(client, pVisibleRegion, widthBytesLine,
2294 ReformatImage(pBuf, (int) (nlines * widthBytesLine),
2297 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf);
2316 widthBytesLine,
2322 ReformatImage(pBuf, (int) (nlines * widthBytesLine),
2325 WriteToClient(client, (int)(nlines * widthBytesLine), pBuf);