Home | History | Annotate | Download | only in test

Lines Matching defs:biWidth

65 	int biWidth, biHeight;
212 readme(fd, &bh.biWidth, sizeof(int));
228 bh.biWidth=byteswap(bh.biWidth);
241 || bh.biWidth<1 || bh.biHeight==0)
246 *w=bh.biWidth; *h=bh.biHeight; srcps=bh.biBitCount/8;
330 bh.biWidth=w; bh.biHeight=h;
342 bh.biWidth=byteswap(bh.biWidth);
360 writeme(fd, &bh.biWidth, sizeof(int));