Searched refs:dwBitmapSize (Results 1 – 1 of 1) sorted by relevance
285 const std::size_t dwBitmapSize(aSurfaceDesc.dwWidth*aSurfaceDesc.dwHeight*4); in dumpSurface() local286 sal_uInt8 *pBuffer = static_cast<sal_uInt8 *>(_alloca(dwBitmapSize)); in dumpSurface()316 const std::size_t dwFileSize(sizeof(BITMAPFILEHEADER)+sizeof(BITMAPINFOHEADER)+dwBitmapSize); in dumpSurface()327 fwrite(pBuffer,1,dwBitmapSize,fp); in dumpSurface()
Completed in 23 milliseconds