Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp94 if (nCharset == FXFONT_DEFAULT_CHARSET || in GetWordFontIndex()
110 GetFontIndex("Arial Unicode MS", FXFONT_DEFAULT_CHARSET, false); in GetWordFontIndex()
172 (nCharset == FXFONT_DEFAULT_CHARSET || nCharset == pData->nCharset) && in FindFont()
222 if (nCharset == FXFONT_DEFAULT_CHARSET) in GetNativeFont()
266 if (nCharset == FXFONT_DEFAULT_CHARSET) in AddSystemFont()
380 if (nOldCharset != FXFONT_DEFAULT_CHARSET) in CharSetFromUnicode()
DPWL_FontMap.h68 int32_t nCharset = FXFONT_DEFAULT_CHARSET);
79 int32_t nCharset = FXFONT_DEFAULT_CHARSET);
DPWL_EditCtrl.cpp24 m_nCharSet(FXFONT_DEFAULT_CHARSET), in CPWL_EditCtrl()
462 m_pEdit->InsertText(wsText, FXFONT_DEFAULT_CHARSET); in InsertText()
553 return m_nCharSet < 0 ? FXFONT_DEFAULT_CHARSET : m_nCharSet; in GetCharSet()
DPWL_Edit.cpp571 m_pEdit->InsertText(wsText, FXFONT_DEFAULT_CHARSET); in ReplaceSel()
716 pFontMap->CharSetFromUnicode(nChar, FXFONT_DEFAULT_CHARSET); in OnChar()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp128 case FXFONT_DEFAULT_CHARSET: in FPF_SkiaGetCharset()
302 uCharset = FXFONT_DEFAULT_CHARSET; in CreateFont()
334 if (uCharset == FXFONT_DEFAULT_CHARSET || bMaybeSymbol) { in CreateFont()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp45 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in Initialize()
80 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in SetDefaultFont()
/external/pdfium/public/
Dfpdf_sysfontinfo.h15 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp205 return FXFONT_DEFAULT_CHARSET; in GetCharsetFromCodePage()
343 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in AddInstalledFont()
682 if (Charset == FXFONT_DEFAULT_CHARSET) in FindSubstFont()
Dcfx_folderfontinfo.cpp289 charset != FXFONT_DEFAULT_CHARSET) { in FindFont()
/external/pdfium/core/fxge/
Dfx_font.h35 #define FXFONT_DEFAULT_CHARSET 1 macro
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp450 lf.lfCharSet = FXFONT_DEFAULT_CHARSET; in EnumFontList()
585 charset = FXFONT_DEFAULT_CHARSET; in MapFont()
621 if (charset == FXFONT_DEFAULT_CHARSET) in MapFont()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp895 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_DEFAULT_CHARSET || in AddFont()
1019 pLogFont->lfCharSet == FXFONT_DEFAULT_CHARSET || in AddWindowsFont()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp367 wp = InsertWord(wp, word, FXFONT_DEFAULT_CHARSET, nullptr); in InsertText()
440 wp = InsertWord(wp, word, FXFONT_DEFAULT_CHARSET, nullptr); in SetText()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp539 m_pEdit->InsertText(m_swText, FXFONT_DEFAULT_CHARSET, false, true); in Undo()
1114 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FXFONT_DEFAULT_CHARSET); in SetText()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp842 pSystemFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in CreateFontStream()