HomeSort by relevance Sort by last modified time
    Searched defs:pbmi (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 153 LPBITMAPINFO pbmi = &(pwfb->bmi); local
156 pbmi->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
157 pbmi->bmiHeader.biWidth = lxSize;
158 pbmi->bmiHeader.biHeight= -lySize;
159 pbmi->bmiHeader.biPlanes = 1;
160 pbmi->bmiHeader.biBitCount = GetDeviceCaps(pwfb->hDC, BITSPIXEL);
161 pbmi->bmiHeader.biCompression = BI_RGB;
162 pbmi->bmiHeader.biSizeImage = 0;
163 pbmi->bmiHeader.biXPelsPerMeter = 0;
164 pbmi->bmiHeader.biYPelsPerMeter = 0
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 1392 BITMAPINFO* pbmi; member in struct:__anon21436
    [all...]

Completed in 63 milliseconds