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

  /external/pdfium/core/include/fxcrt/
fx_memory.h 57 #define FX_AllocNL(type, size) (type*)FXMEM_DefaultAlloc2(size, sizeof(type), FXMEM_NONLEAVE)
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 31 m_pWeightTables = FX_AllocNL(FX_BYTE, (dest_max - dest_min) * m_ItemSize + 4);
206 m_pDestScanline = FX_AllocNL(FX_BYTE, size);
317 m_pInterBuf = FX_AllocNL(unsigned char, m_SrcClip.Height() * m_InterPitch);
330 m_pDestMaskScanline = FX_AllocNL(unsigned char, size);
    [all...]
fx_dib_convert.cpp     [all...]
fx_dib_main.cpp 87 m_pBuffer = FX_AllocNL(FX_BYTE, size);
    [all...]

Completed in 565 milliseconds