Searched defs:FX_Alloc2D (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_memory.h64 #define FX_Alloc2D(type, w, h) (type*) FX_AllocOrDie2D(w, h, sizeof(type)) macro

Completed in 164 milliseconds