Searched refs:pDIB (Results 1 – 1 of 1) sorted by relevance
86 void* pDIB = 0; in ReadTIFF() local110 pDIB = TIFFRGBA2DIB(&img, raster); in ReadTIFF()126 return pDIB; in ReadTIFF()133 void* pDIB = 0; in TIFFRGBA2DIB() local170 pDIB = GlobalAllocPtr( GHND, dwDIBSize ); in TIFFRGBA2DIB()171 if (pDIB == 0) { in TIFFRGBA2DIB()176 *((BITMAPINFOHEADER*)pDIB) = bi; in TIFFRGBA2DIB()225 pDIB = GlobalAllocPtr( GHND, dwDIBSize ); in TIFFRGBA2DIB()226 if (pDIB == 0) { in TIFFRGBA2DIB()231 *((BITMAPINFOHEADER*)pDIB) = bi; in TIFFRGBA2DIB()[all …]
Completed in 3 milliseconds