Home
last modified time | relevance | path

Searched refs:SYMBOL_CHARSET (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h31 #define SYMBOL_CHARSET 2 macro
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp47 nCharset = SYMBOL_CHARSET; in Initialize()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp98 if (nCharset == DEFAULT_CHARSET || pData->nCharset == SYMBOL_CHARSET || in GetWordFontIndex()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp293 pLogFont->lfCharSet == SYMBOL_CHARSET) { in AddWindowsFont()
294 if (pLogFont->lfCharSet == SYMBOL_CHARSET) { in AddWindowsFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp179 lf.lfCharSet = SYMBOL_CHARSET; in LoadFont()
Dfx_stdfontmgr.cpp451 if (lf.lfCharSet == SYMBOL_CHARSET) { in FX_GetGdiFontStyles()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp342 if (charset == ANSI_CHARSET || charset == SYMBOL_CHARSET) { in MapFont()