Home | History | Annotate | Download | only in ports

Lines Matching refs:bmiHeader

493         info.bmiHeader.biSize = sizeof(info.bmiHeader);
494 info.bmiHeader.biWidth = biWidth;
495 info.bmiHeader.biHeight = fHeight;
496 info.bmiHeader.biPlanes = 1;
497 info.bmiHeader.biBitCount = isBW ? 1 : 32;
498 bmiHeader.biCompression = BI_RGB;
500 info.bmiHeader.biClrUsed = 2;