Home
last modified time | relevance | path

Searched refs:nAllocSize (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2198 const sal_uInt32 nAllocSize(aDestinationSize * aNumberOfContributions); in ImplCalculateContributions() local
2199 pWeights = new double[nAllocSize]; in ImplCalculateContributions()
2200 pPixels = new sal_uInt32[nAllocSize]; in ImplCalculateContributions()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx407 const int nAllocSize = sizeof(LEGlyphID) + sizeof(le_int32) + sizeof(IcuPosition); in operator ()() local
408 … LEGlyphID* pIcuGlyphs = (LEGlyphID*)alloca( (nGlyphCapacity * nAllocSize) + sizeof(IcuPosition) ); in operator ()()
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx362 size_t nAllocSize = 0, nSize = 0; in DoCopy_Impl() local
364 while ( Progress() && nSize == nAllocSize && eRet == FSYS_ERR_OK ) in DoCopy_Impl()
367 if ( nBlockSize > nAllocSize ) in DoCopy_Impl()
370 nAllocSize = nBlockSize; in DoCopy_Impl()
371 pBuf = new char[nAllocSize]; in DoCopy_Impl()

Completed in 37 milliseconds