Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h40 typedef struct _FPDF_SYSFONTINFO { struct
61 void (*Release)(struct _FPDF_SYSFONTINFO* pThis); argument
81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); argument
117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, argument
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument
168 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, argument
192 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, argument
210 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
225 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp115 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease()
121 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts()
126 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont()
138 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont()
143 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData()
152 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName()
166 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
174 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()