Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory.h74 inline void* FX_AllocOrDie2D(size_t w, size_t h, size_t member_size) { in FX_AllocOrDie2D() function
96 static_cast<type*>(FX_AllocOrDie2D(w, h, sizeof(type)))