Home
last modified time | relevance | path

Searched refs:GB2312_CHARSET (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp452 nCharset = GB2312_CHARSET; in GetNativeCharset()
455 nCharset = GB2312_CHARSET; in GetNativeCharset()
502 { GB2312_CHARSET, "SimSun" },
542 return GB2312_CHARSET; in CharSetFromUnicode()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h37 #define GB2312_CHARSET 134 macro
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp272 …_BOOL bCJK = pLogFont->lfCharSet == CHINESEBIG5_CHARSET || pLogFont->lfCharSet == GB2312_CHARSET || in AddWindowsFont()
362 case GB2312_CHARSET: in AddWindowsFont()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp307 case GB2312_CHARSET: in MapFont()
340 case GB2312_CHARSET: in MapFont()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp489 } else if (charSet == GB2312_CHARSET) { in GetNativeFont()
532 charSet = GB2312_CHARSET; in GetNativeCharSet()