Searched refs:_FPDF_SYSFONTINFO (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 44 typedef struct _FPDF_SYSFONTINFO { struct 65 void (*Release)(struct _FPDF_SYSFONTINFO* pThis); argument 85 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); argument 118 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, argument 142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument 166 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, argument 189 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, argument 207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument 222 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 148 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease() 153 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() 158 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont() 170 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont() 175 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData() 184 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName() 200 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset() 208 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
|