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