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

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

Completed in 95 milliseconds