Lines Matching refs:FPDF_SYSFONTINFO_DEFAULT
144 struct FPDF_SYSFONTINFO_DEFAULT final : public FPDF_SYSFONTINFO { struct
149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease() argument
154 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts()
165 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont()
171 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont()
180 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData()
189 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFaceName()
202 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontCharset()
209 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultDeleteFont()
219 FPDF_SYSFONTINFO_DEFAULT* pFontInfoExt = in FPDF_GetDefaultSystemFontInfo()
220 FX_Alloc(FPDF_SYSFONTINFO_DEFAULT, 1); in FPDF_GetDefaultSystemFontInfo()
236 FX_Free(static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pFontInfo)); in FPDF_FreeDefaultSystemFontInfo()