Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h14 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp142 case FXFONT_DEFAULT_CHARSET: in FPF_SkiaGetCharset()
276 uCharset = FXFONT_DEFAULT_CHARSET; in CreateFont()
314 if (uCharset == FXFONT_DEFAULT_CHARSET || bMaybeSymbol) { in CreateFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp744 m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, iExact); in AddInstalledFont()
1149 if (Charset == FXFONT_DEFAULT_CHARSET) { in FindSubstFont()
1501 charset != FXFONT_DEFAULT_CHARSET) { in FindFont()
/external/pdfium/core/include/fxge/
Dfx_font.h41 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp626 charSets.Add(FXFONT_DEFAULT_CHARSET); in AddMacFont()
860 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_DEFAULT_CHARSET || in AddFont()