Home
last modified time | relevance | path

Searched refs:uCharset (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp102 uint32_t FPF_SkiaGetCharset(uint8_t uCharset) { in FPF_SkiaGetCharset() argument
103 switch (uCharset) { in FPF_SkiaGetCharset()
153 uint8_t uCharset) { in FPF_SKIAGetFamilyHash() argument
161 bsFont += uCharset; in FPF_SKIAGetFamilyHash()
165 bool FPF_SkiaIsCJK(uint8_t uCharset) { in FPF_SkiaIsCJK() argument
166 return FX_CharSetIsCJK(uCharset); in FPF_SkiaIsCJK()
258 uint8_t uCharset, in CreateFont() argument
260 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont()
271 if (uCharset != FX_CHARSET_MSWin_Arabic && in CreateFont()
273 uCharset = FX_CHARSET_MSWin_Arabic; in CreateFont()
[all …]
Dcfpf_skiafont.cpp22 uint8_t uCharset) in CFPF_SkiaFont() argument
27 m_uCharset(uCharset) {} in CFPF_SkiaFont()
Dcfpf_skiafontmgr.h29 uint8_t uCharset,
Dcfpf_skiafont.h26 uint8_t uCharset);
/external/pdfium/core/fxcrt/
Dfx_codepage.cpp233 bool FX_CharSetIsCJK(uint8_t uCharset) { in FX_CharSetIsCJK() argument
234 return (uCharset == FX_CHARSET_ChineseSimplified) || in FX_CharSetIsCJK()
235 (uCharset == FX_CHARSET_ChineseTraditional) || in FX_CharSetIsCJK()
236 (uCharset == FX_CHARSET_Hangul) || (uCharset == FX_CHARSET_ShiftJIS); in FX_CharSetIsCJK()
Dfx_codepage.h103 bool FX_CharSetIsCJK(uint8_t uCharset);