HomeSort by relevance Sort by last modified time
    Searched refs:FXFONT_ANSI_CHARSET (Results 1 - 15 of 15) sorted by null

  /external/pdfium/core/fxge/ge/
cfx_substfont.cpp 12 : m_Charset(FXFONT_ANSI_CHARSET),
cfx_folderfontinfo.cpp 72 case FXFONT_ANSI_CHARSET:
252 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET);
281 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH))
cfx_fontmapper.cpp 560 int Charset = FXFONT_ANSI_CHARSET;
661 if (Charset == FXFONT_ANSI_CHARSET) {
  /external/pdfium/core/fpdfdoc/
cpvt_wordinfo.cpp 12 nCharset(FXFONT_ANSI_CHARSET),
31 nCharset(FXFONT_ANSI_CHARSET),
cpvt_fontmap.cpp 93 return FXFONT_ANSI_CHARSET;
cpdf_interform.cpp 80 if (charSet != FXFONT_ANSI_CHARSET) {
592 uint8_t charSet = FXFONT_ANSI_CHARSET;
605 charSet = FXFONT_ANSI_CHARSET;
614 charSet = FXFONT_ANSI_CHARSET;
758 if (charSet == FXFONT_ANSI_CHARSET) {
    [all...]
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 97 if (charset == FXFONT_ANSI_CHARSET && (pitch_family & FXFONT_FF_FIXEDPITCH))
100 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET)
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.cpp 155 GetFontIndex(kDefaultFontName, FXFONT_ANSI_CHARSET, false);
294 uint8_t nCharset = FXFONT_ANSI_CHARSET;
307 nCharset = FXFONT_ANSI_CHARSET;
316 nCharset = FXFONT_ANSI_CHARSET;
350 {FXFONT_ANSI_CHARSET, "Helvetica"},
378 return FXFONT_ANSI_CHARSET;
425 return FXFONT_ANSI_CHARSET;
PWL_Edit.cpp 462 SetCharSet(FXFONT_ANSI_CHARSET);
  /external/pdfium/public/
fpdf_sysfontinfo.h 14 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 59 nCharset = FXFONT_ANSI_CHARSET;
66 if (nCharset != FXFONT_ANSI_CHARSET)
  /external/pdfium/core/fxge/
fx_font.h 34 #define FXFONT_ANSI_CHARSET 0
  /external/pdfium/core/fxge/android/
cfpf_skiafontmgr.cpp 126 case FXFONT_ANSI_CHARSET:
300 } else if (uCharset == FXFONT_ANSI_CHARSET &&
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 584 if (charset == FXFONT_ANSI_CHARSET || charset == FXFONT_SYMBOL_CHARSET) {
    [all...]

Completed in 651 milliseconds