HomeSort by relevance Sort by last modified time
    Searched refs:FPDFEMB_MEMMGR (Results 1 - 2 of 2) sorted by null

  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 64 static void* pdf_alloc(FPDFEMB_MEMMGR* pMgr, unsigned int size) {
70 static void* pdf_alloc_nl(FPDFEMB_MEMMGR* pMgr, unsigned int size) {
76 static void* pdf_realloc(FPDFEMB_MEMMGR*, void* addr, unsigned int size) {
82 static void pdf_free(FPDFEMB_MEMMGR* pMgr, void* pointer) {
182 FPDFEMB_MEMMGR memmgr;
fpdfemb.h 95 // Structure: FPDFEMB_MEMMGR
106 struct FPDFEMB_MEMMGR {
120 void* (*Alloc)(struct FPDFEMB_MEMMGR* pMgr, unsigned int size);
133 void* (*AllocNL)(struct FPDFEMB_MEMMGR* pMgr, unsigned int size);
153 void* (*Realloc)(struct FPDFEMB_MEMMGR* pMgr, void* pointer, unsigned int new_size);
163 void (*Free)(struct FPDFEMB_MEMMGR* pMgr, void* pointer);
175 FPDFEMB_RESULT FPDFEMB_Init(FPDFEMB_MEMMGR* mem_mgr);
    [all...]

Completed in 37 milliseconds