Searched refs:nAllocSize (Results 1 – 3 of 3) sorted by relevance
362 size_t nAllocSize = 0, nSize = 0; in DoCopy_Impl() local364 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()
407 const int nAllocSize = sizeof(LEGlyphID) + sizeof(le_int32) + sizeof(IcuPosition); in operator ()() local408 … LEGlyphID* pIcuGlyphs = (LEGlyphID*)alloca( (nGlyphCapacity * nAllocSize) + sizeof(IcuPosition) ); in operator ()()
2198 const sal_uInt32 nAllocSize(aDestinationSize * aNumberOfContributions); in ImplCalculateContributions() local2199 pWeights = new double[nAllocSize]; in ImplCalculateContributions()2200 pPixels = new sal_uInt32[nAllocSize]; in ImplCalculateContributions()
Completed in 28 milliseconds