Lines Matching refs:widthBytesLine
2080 long widthBytesLine, length; in DoGetImage() local
2157 widthBytesLine = PixmapBytePad(width, pDraw->depth); in DoGetImage()
2158 length = widthBytesLine * height; in DoGetImage()
2162 widthBytesLine = BitmapBytePad(width); in DoGetImage()
2165 length = widthBytesLine * height * in DoGetImage()
2173 if (widthBytesLine == 0 || height == 0) in DoGetImage()
2175 else if (widthBytesLine >= IMAGE_BUFSIZE) in DoGetImage()
2178 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine; in DoGetImage()
2182 length = linesPerBuf * widthBytesLine; in DoGetImage()
2188 length -= widthBytesLine; in DoGetImage()
2192 length += widthBytesLine; in DoGetImage()
2219 XaceCensorImage(client, pVisibleRegion, widthBytesLine, in DoGetImage()
2225 ReformatImage(pBuf, (int) (nlines * widthBytesLine), in DoGetImage()
2228 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf); in DoGetImage()
2247 widthBytesLine, in DoGetImage()
2253 ReformatImage(pBuf, (int) (nlines * widthBytesLine), in DoGetImage()
2256 WriteToClient(client, (int)(nlines * widthBytesLine), pBuf); in DoGetImage()