Home | History | Annotate | Download | only in client

Lines Matching defs:bmi

250     const BITMAPINFO& bmi = remote_renderer->bmi();
251 int height = abs(bmi.bmiHeader.biHeight);
252 int width = bmi.bmiHeader.biWidth;
282 0, 0, width, height, image, &bmi, DIB_RGB_COLORS, SRCCOPY);
285 const BITMAPINFO& bmi = local_renderer->bmi();
287 int thumb_width = bmi.bmiHeader.biWidth / 4;
288 int thumb_height = abs(bmi.bmiHeader.biHeight) / 4;
293 0, 0, bmi.bmiHeader.biWidth, -bmi.bmiHeader.biHeight,
294 image, &bmi, DIB_RGB_COLORS, SRCCOPY);