HomeSort by relevance Sort by last modified time
    Searched refs:m_pMemoryPool (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 36 m_pMemoryPool = pMemoryPool;
39 m_pMemoryPool = FX_NEW CFX_GrowOnlyPool;
64 if(m_bCreateMemoryPool && m_pMemoryPool) {
65 m_pMemoryPool->FreeAll();
67 if (m_pMemoryPool) {
68 delete m_pMemoryPool;
70 m_pMemoryPool = NULL;
reflowedpage.h 185 CFX_GrowOnlyPool* m_pMemoryPool;
layoutprocessor_reflow.cpp     [all...]

Completed in 35 milliseconds