Home
last modified time | relevance | path

Searched refs:dwBytesPerLine (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c252 DWORD dwBytesPerLine; // Number of bytes per scanline in CreateDIB() local
285 dwBytesPerLine = (((wBitCount * dwWidth) + 31) / 32 * 4); in CreateDIB()
286 dwLen = bi.biSize + PaletteSize((LPSTR)&bi) + (dwBytesPerLine * dwHeight); in CreateDIB()