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

  /external/pdfium/core/fxcrt/
fx_memory_unittest.cpp 54 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc));
fx_memory.h 101 #define FX_TryAlloc(type, size) \
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 531 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
535 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
  /external/pdfium/core/fxge/dib/
cfx_dibitmap.cpp 57 FX_TryAlloc(uint8_t, bufferSize));
    [all...]

Completed in 101 milliseconds