Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h32 #define CHINESEBIG5_CHARSET 136 macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp507 { CHINESEBIG5_CHARSET, "MingLiU" },
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp272 …FX_BOOL bCJK = pLogFont->lfCharSet == CHINESEBIG5_CHARSET || pLogFont->lfCharSet == GB2312_CHARSET… in AddWindowsFont()
355 case CHINESEBIG5_CHARSET: in AddWindowsFont()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp312 case CHINESEBIG5_CHARSET: in MapFont()
351 case CHINESEBIG5_CHARSET: in MapFont()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp513 } else if (charSet == CHINESEBIG5_CHARSET) { in GetNativeFont()
557 charSet = CHINESEBIG5_CHARSET; in GetNativeCharSet()