Searched refs:_FPDF_SYSFONTINFO (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 39 typedef struct _FPDF_SYSFONTINFO { struct 60 void (*Release)(struct _FPDF_SYSFONTINFO* pThis); argument 80 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); argument 116 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, argument 141 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument 167 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, argument 191 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, argument 209 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument 224 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 111 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease() 115 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() 120 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont() 132 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont() 136 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData() 145 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName() 159 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset() 167 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
|