Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.cpp334 nCharset = FXFONT_ARABIC_CHARSET; in GetNativeCharset()
362 {FXFONT_ARABIC_CHARSET, "Arial"},
411 return FXFONT_ARABIC_CHARSET; in CharSetFromUnicode()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp146 case FXFONT_ARABIC_CHARSET: in FPF_SkiaGetCharset()
298 if (uCharset != FXFONT_ARABIC_CHARSET && FPF_SkiaMaybeArabic(bsFamilyname)) { in CreateFont()
299 uCharset = FXFONT_ARABIC_CHARSET; in CreateFont()
/external/pdfium/core/fxge/
Dfx_font.h47 #define FXFONT_ARABIC_CHARSET 178 macro
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp189 {FXFONT_ARABIC_CHARSET, g_FX_CP1256Unicodes},
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp632 charSet = FXFONT_ARABIC_CHARSET; in GetNativeCharSet()