Home
last modified time | relevance | path

Searched refs:FX_TryAlloc (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_memory_unittest.cpp54 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc)); in TEST()
Dfx_memory.h101 #define FX_TryAlloc(type, size) \ macro
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpeg.cpp531 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
535 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length);
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp57 FX_TryAlloc(uint8_t, bufferSize)); in Create()
1193 FX_TryAlloc(uint8_t, dest_pitch * m_Height + 4)); in ConvertFormat()