Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_plex.cpp9 CFX_Plex* CFX_Plex::Create(CFX_Plex*& pHead, FX_DWORD nMax, FX_DWORD cbElement) in Create()
11 CFX_Plex* p = (CFX_Plex*)FX_Alloc(FX_BYTE, sizeof(CFX_Plex) + nMax * cbElement); in Create()
16 void CFX_Plex::FreeDataChain() in FreeDataChain()
18 CFX_Plex* p = this; in FreeDataChain()
21 CFX_Plex* pNext = p->pNext; in FreeDataChain()
Dplex.h9 struct CFX_Plex { struct
10 CFX_Plex* pNext; argument
15 static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement); argument
Dfx_basic_list.cpp93 CFX_Plex* pNewBlock = CFX_Plex::Create(m_pBlocks, m_nBlockSize, sizeof(CNode)); in NewNode()
Dfx_basic_maps.cpp124CFX_Plex* newBlock = CFX_Plex::Create(m_pBlocks, m_nBlockSize, sizeof(CFX_MapPtrToPtr::CAssoc)); in NewAssoc()
284CFX_Plex* newBlock = CFX_Plex::Create(m_pBlocks, m_nBlockSize, sizeof(CFX_MapByteStringToPtr::CAss… in NewAssoc()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h841 struct CFX_Plex* m_pBlocks;
977 struct CFX_Plex* m_pBlocks;
1107 struct CFX_Plex* m_pBlocks;