Home | History | Annotate | Download | only in win32

Lines Matching refs:pbmi

1430   BITMAPINFO* pbmi;
1509 pInfo->pbmi = (BITMAPINFO*)buf;
1524 FX_Free((LPBYTE)pInfo->pbmi);
1531 RetainPtr<CFX_DIBitmap> _FX_WindowsDIB_LoadFromBuf(BITMAPINFO* pbmi,
1540 int height = abs(pInfo->pbmi->bmiHeader.biHeight);
1541 int width = pInfo->pbmi->bmiHeader.biWidth;
1542 int dest_pitch = (width * pInfo->pbmi->bmiHeader.biBitCount + 31) / 32 * 4;
1553 pInfo->pbmi, pData, pInfo->pbmi->bmiHeader.biBitCount == 32);