Searched refs:FX_CreateAllocator (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/src/fgas/include/ |
D | fx_mem.h | 33 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType,
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_csscache.cpp | 40 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, std::max(10, m_iMaxItems), in AddStyleSheet()
|
D | fde_cssstyleselector.cpp | 253 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()
|
D | fde_cssstylesheet.cpp | 156 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0); in LoadFromSyntax()
|
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_memory.cpp | 12 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType, in FX_CreateAllocator() function
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtbuf.cpp | 403 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, nDefChunkCount, nChunkLength); in ResetChunkBuffer()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 244 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 32, sizeof(CXFA_CSSTagProvider)); in DoParse() 1321 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 256, 0); in Loader()
|