Lines Matching refs:FPDF_SYSFONTINFO_DEFAULT
128 struct FPDF_SYSFONTINFO_DEFAULT : public FPDF_SYSFONTINFO { struct
133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease() argument
138 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts()
149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont()
155 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont()
164 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData()
173 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFaceName()
186 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontCharset()
193 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultDeleteFont()
203 FPDF_SYSFONTINFO_DEFAULT* pFontInfoExt = in FPDF_GetDefaultSystemFontInfo()
204 FX_Alloc(FPDF_SYSFONTINFO_DEFAULT, 1); in FPDF_GetDefaultSystemFontInfo()
220 FX_Free(static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pDefaultFontInfo)); in FPDF_FreeDefaultSystemFontInfo()