HomeSort by relevance Sort by last modified time
    Searched refs:FX_CreateAllocator (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_mem.h 33 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType,
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 40 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, std::max(10, m_iMaxItems),
fde_cssstylesheet.cpp 156 m_pAllocator = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0);
fde_cssstyleselector.cpp 253 m_pFixedStyleStore = FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 16,
297 m_pRuleDataStore = FX_CreateAllocator(FX_ALLOCTYPE_Static, 1024, 0);
436 m_pInlineStyleStore = FX_CreateAllocator(FX_ALLOCTYPE_Static, 2048, 0);
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp 12 IFX_MEMAllocator* FX_CreateAllocator(FX_ALLOCTYPE eType,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 403 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, nDefChunkCount, nChunkLength);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp 244 FX_CreateAllocator(FX_ALLOCTYPE_Fixed, 32, sizeof(CXFA_CSSTagProvider));
    [all...]

Completed in 701 milliseconds