Home
last modified time | relevance | path

Searched refs:FPDF_SYSFONTINFO_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp107 struct FPDF_SYSFONTINFO_DEFAULT : public FPDF_SYSFONTINFO { struct
112 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release(); in DefaultRelease() argument
116 ((FPDF_SYSFONTINFO_DEFAULT*)pThis) in DefaultEnumFonts()
127 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis) in DefaultMapFont()
133 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont()
141 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis) in DefaultGetFontData()
150 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis) in DefaultGetFaceName()
161 if (!((FPDF_SYSFONTINFO_DEFAULT*)pThis) in DefaultGetFontCharset()
168 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->DeleteFont(hFont); in DefaultDeleteFont()
176 FPDF_SYSFONTINFO_DEFAULT* pFontInfoExt = in FPDF_GetDefaultSystemFontInfo()
[all …]