Lines Matching refs:widthBytesLine
998 long widthBytesLine, length;
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;
1194 length -= widthBytesLine;
1199 length += widthBytesLine;
1248 memset(pBuf, 0, (int)(nlines * widthBytesLine));
1259 (int)(nlines * widthBytesLine),
1306 memset(pBuf, 0, (int)(nlines * widthBytesLine));
1314 pBuf += nlines * widthBytesLine;
1318 (int)(nlines * widthBytesLine),