Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h244 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap();
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo_embeddertest.cpp137 const FPDF_CharsetFontMap* cfmap = FPDF_GetDefaultTTFMap(); in TEST_F()
Dfpdf_sysfontinfo.cpp140 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap() { in FPDF_GetDefaultTTFMap() function
Dfpdf_view_c_api_test.c316 CHK(FPDF_GetDefaultTTFMap); in CheckPDFiumCApi()