Lines Matching full:pthis
56 * pThis - Pointer to the interface structure itself
60 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
73 * pThis - Pointer to the interface structure itself
78 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
92 * pThis - Pointer to the interface structure itself
103 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
116 * pThis - Pointer to the interface structure itself
121 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
133 * pThis - Pointer to the interface structure itself
143 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, void* hFont,
154 * pThis - Pointer to the interface structure itself
162 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned long buf_size);
172 * pThis - Pointer to the interface structure itself
177 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
187 * pThis - Pointer to the interface structure itself
192 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);