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

  /external/pdfium/core/fxcrt/
fx_basic_memmgr_unittest.cpp 53 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc));
fx_memory.h 72 #define FX_TryAlloc(type, size) (type*)calloc(size, sizeof(type))
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 514 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
518 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 70 m_pWeightTables = FX_TryAlloc(uint8_t, m_dwWeightTablesSize);
296 m_pDestScanline = FX_TryAlloc(uint8_t, size);
404 m_pInterBuf = FX_TryAlloc(unsigned char, m_SrcClip.Height() * m_InterPitch);
412 m_pDestMaskScanline = FX_TryAlloc(unsigned char, size);
    [all...]
fx_dib_convert.cpp 852 uint8_t* dest_buf = FX_TryAlloc(uint8_t, dest_pitch * m_Height + 4);
fx_dib_main.cpp 104 m_pBuffer = FX_TryAlloc(uint8_t, size);
    [all...]
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 909 dst_buf = FX_TryAlloc(uint8_t, dst_size);
    [all...]
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp     [all...]

Completed in 350 milliseconds