Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_mem.h33 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType,
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csscache.cpp40 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, std::max(10, m_iMaxItems), in AddStyleSheet()
Dfde_cssstyleselector.cpp253 m_pFixedStyleStore = FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 16, in CreateComputedStyle()
297 m_pRuleDataStore = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0); in UpdateStyleIndex()
436 m_pInlineStyleStore = FX_CreateAllocator(FX_ALLOCTYPE_Static, 2048, 0); in ComputeStyle()
Dfde_cssstylesheet.cpp156 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0); in LoadFromSyntax()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_memory.cpp12 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType, in FX_CreateAllocator() function
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp403 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, nDefChunkCount, nChunkLength); in ResetChunkBuffer()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp244 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 32, sizeof(CXFA_CSSTagProvider)); in DoParse()
1321 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 256, 0); in Loader()