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 59 void (*Release)(struct _FPDF_SYSFONTINFO* pThis); argument 77 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); argument 102 …void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_… argument 120 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument 142 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, argument 161 …unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned … argument 176 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument 191 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 108 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) in DefaultRelease() 113 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) in DefaultEnumFonts() 118 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, … in DefaultMapFont() 123 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) in DefaultGetFont() 128 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, void* hFont, in DefaultGetFontData() 134 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer,… in DefaultGetFaceName() 143 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) in DefaultGetFontCharset() 150 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) in DefaultDeleteFont()
|