Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h293 FPDF_EXPORT FPDF_SYSFONTINFO* FPDF_CALLCONV FPDF_GetDefaultSystemFontInfo();
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo_embeddertest.cpp86 font_info_ = FPDF_GetDefaultSystemFontInfo(); in SetUp()
Dfpdf_sysfontinfo.cpp213 FPDF_EXPORT FPDF_SYSFONTINFO* FPDF_CALLCONV FPDF_GetDefaultSystemFontInfo() { in FPDF_GetDefaultSystemFontInfo() function
Dfpdf_view_c_api_test.c315 CHK(FPDF_GetDefaultSystemFontInfo); in CheckPDFiumCApi()