HomeSort by relevance Sort by last modified time
    Searched refs:bmih (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.c 647 struct bmp_info_header bmih; local
659 bmih.biSize = 40;
660 bmih.biWidth = width;
661 bmih.biHeight = height;
662 bmih.biPlanes = 1;
663 bmih.biBitCount = 32;
664 bmih.biCompression = 0;
665 bmih.biSizeImage = height*width*4;
666 bmih.biXPelsPerMeter = 0;
667 bmih.biYPelsPerMeter = 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 647 struct bmp_info_header bmih; local
659 bmih.biSize = 40;
660 bmih.biWidth = width;
661 bmih.biHeight = height;
662 bmih.biPlanes = 1;
663 bmih.biBitCount = 32;
664 bmih.biCompression = 0;
665 bmih.biSizeImage = height*width*4;
666 bmih.biXPelsPerMeter = 0;
667 bmih.biYPelsPerMeter = 0
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 133 static BITMAPINFOHEADER *bmih; variable
469 bmih = (BITMAPINFOHEADER *)dib;
470 bmih->biSize = sizeof(BITMAPINFOHEADER);
471 bmih->biWidth = image_width;
472 bmih->biHeight = -((long)image_height);
473 bmih->biPlanes = 1;
474 bmih->biBitCount = 24;
475 bmih->biCompression = 0;
661 wimage_data, (BITMAPINFO *)bmih,
rpng2-win.c 238 static BITMAPINFOHEADER *bmih; variable
695 bmih = (BITMAPINFOHEADER *)dib;
696 bmih->biSize = sizeof(BITMAPINFOHEADER);
697 bmih->biWidth = rpng2_info.width;
698 bmih->biHeight = -((long)rpng2_info.height);
699 bmih->biPlanes = 1;
700 bmih->biBitCount = 24;
701 bmih->biCompression = 0;
    [all...]
  /external/chromium_org/printing/
emf_win.cc 386 const BITMAPINFOHEADER *bmih = local
394 if (bmih->biCompression == BI_JPEG) {
396 bmih->biSizeImage)) {
398 bitmap.reset(gfx::JPEGCodec::Decode(bits, bmih->biSizeImage));
400 } else if (bmih->biCompression == BI_PNG) {
402 bmih->biSizeImage)) {
405 gfx::PNGCodec::Decode(bits, bmih->biSizeImage, bitmap.get());
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 1345 BITMAPINFOHEADER bmih; local
1630 BITMAPINFOHEADER bmih; local
    [all...]

Completed in 778 milliseconds