Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfoom.cpp10 void OOM_Handler(FXMEM_FoxitMgr* pFoxitMgr, void* param) in OOM_Handler() argument
/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr_mini.cpp83 …FXMEM_FoxitMgr* pFoxitMgr = pProxy->Initialize((FX_LPBYTE)pProxy + offsetSize, size - offsetSize, … in FXMEM_CreateMemoryMgr() local
84 if (!pFoxitMgr) { in FXMEM_CreateMemoryMgr()
88 g_pDefFoxitMgr = (CFX_MemoryMgr*)pFoxitMgr; in FXMEM_CreateMemoryMgr()
90 return pFoxitMgr; in FXMEM_CreateMemoryMgr()
112 size_t FXMEM_GetBlockSizeInFixedMgr(FXMEM_FoxitMgr* pFoxitMgr, void* ptr) in FXMEM_GetBlockSizeInFixedMgr() argument
114 …return pFoxitMgr ? ((CFXMEM_FixedMgr*)((CFX_MemoryMgr*)pFoxitMgr)->m_pSystemMgr->user)->GetSize(pt… in FXMEM_GetBlockSizeInFixedMgr()
Dfx_basic_memmgr.cpp9 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr) in FXMEM_DestroyFoxitMgr() argument
11 if (pFoxitMgr == NULL) { in FXMEM_DestroyFoxitMgr()
14 CFX_MemoryMgr* p = (CFX_MemoryMgr*)pFoxitMgr; in FXMEM_DestroyFoxitMgr()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h49 void FXMEM_DestroyFoxitMgr(FXMEM_FoxitMgr* pFoxitMgr);