Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h192 } FPDF_SYSFONTINFO; typedef
241 DLLEXPORT void STDCALL FPDF_SetSystemFontInfo(FPDF_SYSFONTINFO* pFontInfo);
256 DLLEXPORT FPDF_SYSFONTINFO* STDCALL FPDF_GetDefaultSystemFontInfo();
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp14 FPDF_SYSFONTINFO* m_pInfo;
89 DLLEXPORT void STDCALL FPDF_SetSystemFontInfo(FPDF_SYSFONTINFO* pFontInfoExt) in FPDF_SetSystemFontInfo()
103 struct FPDF_SYSFONTINFO_DEFAULT : public FPDF_SYSFONTINFO
155 DLLEXPORT FPDF_SYSFONTINFO* STDCALL FPDF_GetDefaultSystemFontInfo() in FPDF_GetDefaultSystemFontInfo()