Searched refs:FXFONT_DEFAULT_CHARSET (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_FontMap.cpp | 94 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()
|
D | PWL_FontMap.h | 68 int32_t nCharset = FXFONT_DEFAULT_CHARSET); 79 int32_t nCharset = FXFONT_DEFAULT_CHARSET);
|
D | PWL_EditCtrl.cpp | 24 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()
|
D | PWL_Edit.cpp | 571 m_pEdit->InsertText(wsText, FXFONT_DEFAULT_CHARSET); in ReplaceSel() 716 pFontMap->CharSetFromUnicode(nChar, FXFONT_DEFAULT_CHARSET); in OnChar()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 128 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/ |
D | cba_fontmap.cpp | 45 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in Initialize() 80 int32_t nCharset = FXFONT_DEFAULT_CHARSET; in SetDefaultFont()
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 15 #define FXFONT_DEFAULT_CHARSET 1 macro
|
/external/pdfium/core/fxge/ge/ |
D | cfx_fontmapper.cpp | 205 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()
|
D | cfx_folderfontinfo.cpp | 289 charset != FXFONT_DEFAULT_CHARSET) { in FindFont()
|
/external/pdfium/core/fxge/ |
D | fx_font.h | 35 #define FXFONT_DEFAULT_CHARSET 1 macro
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 450 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/ |
D | cpdf_document.cpp | 895 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_DEFAULT_CHARSET || in AddFont() 1019 pLogFont->lfCharSet == FXFONT_DEFAULT_CHARSET || in AddWindowsFont()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 367 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/ |
D | fxet_edit.cpp | 539 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/ |
D | cfgas_fontmgr.cpp | 842 pSystemFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, in CreateFontStream()
|