Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp42 offsetof(FPDF_CharsetFontMap, charset),
45 offsetof(FPDF_CharsetFontMap, fontname),
47 static_assert(sizeof(CFX_Font::CharsetFontMap) == sizeof(FPDF_CharsetFontMap),
140 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap() { in FPDF_GetDefaultTTFMap()
141 return reinterpret_cast<const FPDF_CharsetFontMap*>(CFX_Font::defaultTTFMap); in FPDF_GetDefaultTTFMap()
Dfpdf_sysfontinfo_embeddertest.cpp137 const FPDF_CharsetFontMap* cfmap = FPDF_GetDefaultTTFMap(); in TEST_F()
/external/pdfium/public/
Dfpdf_sysfontinfo.h232 } FPDF_CharsetFontMap; typedef
244 FPDF_EXPORT const FPDF_CharsetFontMap* FPDF_CALLCONV FPDF_GetDefaultTTFMap();