Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_memory.h44 inline void* FX_AllocOrDie2D(size_t w, size_t h, size_t member_size) { in FX_AllocOrDie2D() function
64 #define FX_Alloc2D(type, w, h) (type*) FX_AllocOrDie2D(w, h, sizeof(type))