Searched defs:widthBytesLine (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c998 long widthBytesLine, length; local
1147 widthBytesLine = PixmapBytePad(width, pDraw->depth);
1148 length = widthBytesLine * height;
1153 widthBytesLine = BitmapBytePad(width);
1156 length = widthBytesLine * height *
1167 if (widthBytesLine == 0)
1176 if (widthBytesLine == 0 || height == 0)
1178 else if (widthBytesLine >= IMAGE_BUFSIZE)
1182 linesPerBuf = IMAGE_BUFSIZE / widthBytesLine;
1186 length = linesPerBuf * widthBytesLine;
[all...]

Completed in 13 milliseconds