Searched refs:CFX_Plex (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dplex.h7 struct CFX_Plex { struct
8 CFX_Plex* pNext;
13 static CFX_Plex* Create(IFX_Allocator* pAllocator, CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
H A Dfx_basic_plex.cpp9 CFX_Plex* CFX_Plex::Create(IFX_Allocator* pAllocator, CFX_Plex*& pHead, FX_DWORD nMax, FX_DWORD cbElement)
11 CFX_Plex* p = (CFX_Plex*)FX_Allocator_Alloc(pAllocator, FX_BYTE, sizeof(CFX_Plex) + nMax * cbElement);
19 void CFX_Plex::FreeDataChain(IFX_Allocator* pAllocator)
21 CFX_Plex* p = this;
24 CFX_Plex* pNext = p->pNext;
H A Dfx_basic_list.cpp94 CFX_Plex* pNewBlock = CFX_Plex::Create(m_pAllocator, m_pBlocks, m_nBlockSize, sizeof(CNode));
H A Dfx_basic_maps.cpp125 CFX_Plex* newBlock = CFX_Plex::Create(m_pAllocator, m_pBlocks, m_nBlockSize, sizeof(CFX_MapPtrToPtr::CAssoc));
289 CFX_Plex* newBlock = CFX_Plex::Create(m_pAllocator, m_pBlocks, m_nBlockSize, sizeof(CFX_MapByteStringToPtr::CAssoc));
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h904 struct CFX_Plex* m_pBlocks;
1046 struct CFX_Plex* m_pBlocks;
1180 struct CFX_Plex* m_pBlocks;

Completed in 1094 milliseconds