Home | History | Annotate | Download | only in win32

Lines Matching defs:pbmih

1202     BITMAPINFOHEADER* pbmih = (BITMAPINFOHEADER*)buf;

1204 pbmih->biBitCount = bpp;
1205 pbmih->biCompression = BI_RGB;
1206 pbmih->biHeight = -(int)height;
1207 pbmih->biPlanes = 1;
1208 pbmih->biWidth = width;