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
114 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, argument
139 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument
165 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/
Dfpdf_sysfontinfo.cpp132 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease()
137 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts()
142 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont()
154 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont()
159 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData()
168 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName()
184 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
192 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()