Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfpdf_sysfontinfo.h14 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp153 case FXFONT_DEFAULT_CHARSET: in FPF_SkiaGetCharset()
298 uCharset = FXFONT_DEFAULT_CHARSET; in CreateFont()
334 if (uCharset == FXFONT_DEFAULT_CHARSET || bMaybeSymbol) { in CreateFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp215 if (!(pFont->m_Charsets & charset_flag) && charset != FXFONT_DEFAULT_CHARSET) { in FindFont()
Dfx_ge_fontmap.cpp617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact); in AddInstalledFont()
771 return FXFONT_DEFAULT_CHARSET; in CP2CharSet()
1224 if (Charset == FXFONT_DEFAULT_CHARSET) { in FindSubstFont()
/external/chromium_org/pdf/pdfium/
Dpdfium_assert_matching_enums.cc201 COMPILE_ASSERT_MATCH(PP_PRIVATEFONTCHARSET_DEFAULT, FXFONT_DEFAULT_CHARSET);
Dpdfium_engine.cc155 FPDF_AddInstalledFont(mapper, "Arial", FXFONT_DEFAULT_CHARSET); in EnumFonts()
/external/pdfium/core/include/fxge/
Dfx_font.h34 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp676 charSets.Add(FXFONT_DEFAULT_CHARSET); in AddMacFont()
902 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_DEFAULT_CHARSET || in AddFont()