OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FPDF_SYSFONTINFO
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/public/
fpdf_sysfontinfo.h
39
typedef struct
_FPDF_SYSFONTINFO
{
60
void (*Release)(struct
_FPDF_SYSFONTINFO
* pThis);
80
void (*EnumFonts)(struct
_FPDF_SYSFONTINFO
* pThis, void* pMapper);
116
void* (*MapFont)(struct
_FPDF_SYSFONTINFO
* pThis,
141
void* (*GetFont)(struct
_FPDF_SYSFONTINFO
* pThis, const char* face);
167
unsigned long (*GetFontData)(struct
_FPDF_SYSFONTINFO
* pThis,
191
unsigned long (*GetFaceName)(struct
_FPDF_SYSFONTINFO
* pThis,
209
int (*GetFontCharset)(struct
_FPDF_SYSFONTINFO
* pThis, void* hFont);
224
void (*DeleteFont)(struct
_FPDF_SYSFONTINFO
* pThis, void* hFont);
/external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp
111
static void DefaultRelease(struct
_FPDF_SYSFONTINFO
* pThis) {
115
static void DefaultEnumFonts(struct
_FPDF_SYSFONTINFO
* pThis, void* pMapper) {
120
static void* DefaultMapFont(struct
_FPDF_SYSFONTINFO
* pThis,
132
void* DefaultGetFont(struct
_FPDF_SYSFONTINFO
* pThis, const char* family) {
136
static unsigned long DefaultGetFontData(struct
_FPDF_SYSFONTINFO
* pThis,
145
static unsigned long DefaultGetFaceName(struct
_FPDF_SYSFONTINFO
* pThis,
159
static int DefaultGetFontCharset(struct
_FPDF_SYSFONTINFO
* pThis, void* hFont) {
167
static void DefaultDeleteFont(struct
_FPDF_SYSFONTINFO
* pThis, void* hFont) {
Completed in 49 milliseconds