Lines Matching refs:dwHeight
285 const std::size_t dwBitmapSize(aSurfaceDesc.dwWidth*aSurfaceDesc.dwHeight*4); in dumpSurface()
292 pDest += aSurfaceDesc.dwHeight*dwDestPitch; in dumpSurface()
293 for(sal_uInt32 y=0; y<aSurfaceDesc.dwHeight; ++y) in dumpSurface()
306 bitmapInfo.biHeight = aSurfaceDesc.dwHeight; in dumpSurface()
701 sal_uInt32 dwHeight, in fillRect() argument
708 pDest[((dwHeight-1)*dwPitch)+i]=dwColor; in fillRect()
711 for(sal_uInt32 j=0; j<dwHeight; ++j) in fillRect()
755 …aSurfaceDesc.dwHeight = ::std::min(deviceDesc.dwMaxTextureHeight,::canvas::tools::nextPow2(rSize.g… in DXSurface()
787 maSize.setY(aSurfaceDesc.dwHeight); in DXSurface()
852 aSurfaceDesc.dwHeight, in selectTexture()
1271 aSurfaceDesc.dwHeight= aSize.getY(); in create()
1307 aSurfaceDesc.dwHeight ); in create()
1335 maSelectedFullscreenMode.selectedDesc.dwHeight ) : in getFramebufferSize()
1429 aViewport.dwHeight = maSelectedFullscreenMode.selectedDesc.dwHeight; in setup3DDevice()
1547 std::size_t nMinimumVRAMSize = ((desc.dwWidth*desc.dwHeight)<<2)*3; in validateCaps()
1689 aSurfaceDesc.dwHeight= rSize.getY(); in createSystemMemorySurface()
1895 aSurfaceDesc.dwHeight= aSize.getY(); in validateMainSurfaces()
1926 aSurfaceDesc.dwHeight ); in validateMainSurfaces()