Home | History | Annotate | Download | only in win32

Lines Matching defs:pbmi

1392   BITMAPINFO* pbmi;
1470 pInfo->pbmi = (BITMAPINFO*)buf;
1484 FX_Free((LPBYTE)pInfo->pbmi);
1490 CFX_DIBitmap* _FX_WindowsDIB_LoadFromBuf(BITMAPINFO* pbmi,
1498 int height = abs(pInfo->pbmi->bmiHeader.biHeight);
1499 int width = pInfo->pbmi->bmiHeader.biWidth;
1500 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) / 32 * 4;
1511 pInfo->pbmi, pData, pInfo->pbmi->bmiHeader.biBitCount == 32);