Searched refs:FX_TryAlloc (Results 1 – 4 of 4) sorted by relevance
43 #define FX_TryAlloc(type, size) \ macro
64 EXPECT_FALSE(FX_TryAlloc(int, kMaxIntAlloc)); in TEST()
610 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length); in JpegEncode()614 *dest_buf = FX_TryAlloc(uint8_t, dest_buf_length); in JpegEncode()
58 FX_TryAlloc(uint8_t, bufferSize)); in Create()1227 FX_TryAlloc(uint8_t, dest_pitch * m_Height + 4)); in ConvertFormat()