Home | History | Annotate | Download | only in win

Lines Matching refs:bmi

144   BITMAPV5HEADER bmi = {0};
145 bmi.bV5Size = sizeof(bmi);
146 bmi.bV5Width = width;
147 bmi.bV5Height = -height; // request a top-down bitmap.
148 bmi.bV5Planes = 1;
149 bmi.bV5BitCount = kBytesPerPixel * 8;
150 bmi.bV5Compression = BI_RGB;
151 bmi.bV5AlphaMask = 0xff000000;
152 bmi.bV5CSType = LCS_WINDOWS_COLOR_SPACE;
153 bmi.bV5Intent = LCS_GM_BUSINESS;
159 reinterpret_cast<BITMAPINFO*>(&bmi),
179 reinterpret_cast<BITMAPINFO*>(&bmi),