Home | History | Annotate | Download | only in win32

Lines Matching refs:bmiHeader

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);