Home
last modified time | relevance | path

Searched refs:FXFONT_SYMBOL_CHARSET (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp442 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
447 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
564 Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
648 if (Charset == FXFONT_SYMBOL_CHARSET) { in FindSubstFont()
653 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
Dcfx_unicodeencoding.cpp25 m_pFont->GetSubstFont()->m_Charset == FXFONT_SYMBOL_CHARSET) { in GlyphFromCharCode()
Dcfx_folderfontinfo.cpp70 case FXFONT_SYMBOL_CHARSET: in GetCharset()
248 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()
/external/pdfium/public/
Dfpdf_sysfontinfo.h16 #define FXFONT_SYMBOL_CHARSET 2 macro
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp100 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) in MapFont()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp881 false, false, charset == FXFONT_SYMBOL_CHARSET); in AddFont()
896 charset == FXFONT_SYMBOL_CHARSET) { in AddFont()
993 pLogFont->lfCharSet == FXFONT_SYMBOL_CHARSET); in AddWindowsFont()
1020 pLogFont->lfCharSet == FXFONT_SYMBOL_CHARSET) { in AddWindowsFont()
/external/pdfium/core/fxge/
Dfx_font.h36 #define FXFONT_SYMBOL_CHARSET 2 macro
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp57 nCharset = FXFONT_SYMBOL_CHARSET; in Initialize()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp95 pData->nCharset == FXFONT_SYMBOL_CHARSET || in GetWordFontIndex()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp130 case FXFONT_SYMBOL_CHARSET: in FPF_SkiaGetCharset()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp584 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) { in MapFont()