Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c30 static LPSTR FindDIBBits(LPSTR lpDIB);
31 static WORD PaletteSize(LPSTR lpDIB);
32 static WORD DIBNumColors(LPSTR lpDIB);
72 LPBITMAPINFOHEADER lpDIB; in LoadTIFFinDIB() local
104 if (!lpDIB) in LoadTIFFinDIB()
107 if (lpDIB) in LoadTIFFinDIB()
316 return (lpDIB + *(LPDWORD)lpDIB + PaletteSize(lpDIB)); in FindDIBBits()
323 if (IS_WIN30_DIB (lpDIB)) in PaletteSize()
330 WORD DIBNumColors(LPSTR lpDIB) in DIBNumColors() argument
340 if (IS_WIN30_DIB(lpDIB)) in DIBNumColors()
[all …]