Searched refs:lpDIB (Results 1 – 1 of 1) sorted by relevance
30 static LPSTR FindDIBBits(LPSTR lpDIB);31 static WORD PaletteSize(LPSTR lpDIB);32 static WORD DIBNumColors(LPSTR lpDIB);72 LPBITMAPINFOHEADER lpDIB; in LoadTIFFinDIB() local104 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() argument340 if (IS_WIN30_DIB(lpDIB)) in DIBNumColors()[all …]