Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp173 GetFontIndex(kDefaultFontName, ANSI_CHARSET, FALSE); in Initialize()
358 uint8_t nCharset = ANSI_CHARSET; in GetNativeCharset()
371 nCharset = ANSI_CHARSET; in GetNativeCharset()
380 nCharset = ANSI_CHARSET; in GetNativeCharset()
414 {ANSI_CHARSET, "Helvetica"}, {GB2312_CHARSET, "SimSun"},
440 return ANSI_CHARSET; in CharSetFromUnicode()
487 return ANSI_CHARSET; in CharSetFromUnicode()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h27 #ifndef ANSI_CHARSET
29 #define ANSI_CHARSET 0 macro
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp49 nCharset = ANSI_CHARSET; in Initialize()
56 if (nCharset != ANSI_CHARSET) in Initialize()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp398 if (charSet == ANSI_CHARSET) { in GetNativeFont()
444 uint8_t charSet = ANSI_CHARSET; in GetNativeCharSet()
457 charSet = ANSI_CHARSET; in GetNativeCharSet()
466 charSet = ANSI_CHARSET; in GetNativeCharSet()
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp291 if (pLogFont->lfCharSet == ANSI_CHARSET || in AddWindowsFont()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp342 if (charset == ANSI_CHARSET || charset == SYMBOL_CHARSET) { in MapFont()
/external/skia/src/ports/
DSkFontHost_win.cpp2359 && ANSI_CHARSET == lf.lfCharSet in valid_logfont_for_enum()