Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:pThis

115 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) {
116 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
121 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) {
122 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
126 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis,
133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
138 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) {
139 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
143 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis,
148 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
152 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis,
157 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
166 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) {
168 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
174 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) {
175 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);