Home | History | Annotate | Download | only in test

Lines Matching refs:biHeight

65 	int biWidth, biHeight;
213 readme(fd, &bh.biHeight, sizeof(int));
229 bh.biHeight=byteswap(bh.biHeight);
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;
343 bh.biHeight=byteswap(bh.biHeight);
361 writeme(fd, &bh.biHeight, sizeof(int));