Searched refs:nInitSize (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dextension.h314 virtual void EstimateSize(size_t nInitSize, size_t nGrowSize) argument
318 FX_LPBYTE pBlock = FX_Allocator_Alloc(m_Blocks.m_pAllocator, FX_BYTE, FX_MAX(nInitSize, 4096));
/external/pdfium/core/include/fxcrt/
H A Dfx_stream.h170 virtual void EstimateSize(size_t nInitSize, size_t nGrowSize) = 0;

Completed in 908 milliseconds