Home
last modified time | relevance | path

Searched refs:m_nTotalSize (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dextension.h100 m_nTotalSize(0), in CFX_MemoryStream()
109 m_nTotalSize(nSize), in CFX_MemoryStream()
196 if (m_nCurPos > m_nTotalSize) { in WriteBlock()
197 m_nTotalSize = in WriteBlock()
200 uint8_t* block = FX_Alloc(uint8_t, m_nTotalSize); in WriteBlock()
203 m_Blocks[0] = FX_Realloc(uint8_t, m_Blocks[0], m_nTotalSize); in WriteBlock()
269 m_nTotalSize = m_nCurSize = nSize;
279 m_nTotalSize = m_nCurSize = m_nCurPos = 0; in DetachBuffer()
286 size_t m_nTotalSize; variable
295 if (size <= m_nTotalSize) { in ExpandBlocks()
[all …]