Searched refs:dwWidth (Results 1 – 3 of 3) sorted by relevance
285 const std::size_t dwBitmapSize(aSurfaceDesc.dwWidth*aSurfaceDesc.dwHeight*4); in dumpSurface()291 const std::size_t dwDestPitch(aSurfaceDesc.dwWidth<<2); in dumpSurface()305 bitmapInfo.biWidth = aSurfaceDesc.dwWidth; in dumpSurface()700 sal_uInt32 dwWidth, in fillRect() argument705 for(sal_uInt32 i=0; i<dwWidth; ++i) in fillRect()714 pDest[dwWidth-1]=dwColor; in fillRect()754 …aSurfaceDesc.dwWidth = ::std::min(deviceDesc.dwMaxTextureWidth,::canvas::tools::nextPow2(rSize.get… in DXSurface()786 maSize.setX(aSurfaceDesc.dwWidth); in DXSurface()851 aSurfaceDesc.dwWidth, in selectTexture()1272 aSurfaceDesc.dwWidth = aSize.getX(); in create()[all …]
286 sal_uInt32 dwWidth, in fillRect() argument291 for(sal_uInt32 i=0; i<dwWidth; ++i) in fillRect()300 pDest[dwWidth-1]=dwColor; in fillRect()
486 … imdebug("bgra w=%d h=%d %p", aSurfaceDesc.dwWidth, aSurfaceDesc.dwHeight, aSurfaceDesc.lpSurface); in imageDebugger()