Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory.h43 #define FX_TryAlloc(type, size) \ macro
Dfx_memory_unittest.cpp64 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc)); in TEST()
/external/pdfium/core/fxcodec/jpeg/
Djpegmodule.cpp610 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length); in JpegEncode()
614 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length); in JpegEncode()
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp58 FX_TryAlloc(uint8_t, bufferSize)); in Create()
1227 FX_TryAlloc(uint8_t, dest_pitch * m_Height + 4)); in ConvertFormat()