Searched refs:uCharset (Results 1 – 6 of 6) sorted by relevance
102 uint32_t FPF_SkiaGetCharset(uint8_t uCharset) { in FPF_SkiaGetCharset() argument103 switch (uCharset) { in FPF_SkiaGetCharset()153 uint8_t uCharset) { in FPF_SKIAGetFamilyHash() argument161 bsFont += uCharset; in FPF_SKIAGetFamilyHash()165 bool FPF_SkiaIsCJK(uint8_t uCharset) { in FPF_SkiaIsCJK() argument166 return FX_CharSetIsCJK(uCharset); in FPF_SkiaIsCJK()258 uint8_t uCharset, in CreateFont() argument260 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 …]
22 uint8_t uCharset) in CFPF_SkiaFont() argument27 m_uCharset(uCharset) {} in CFPF_SkiaFont()
29 uint8_t uCharset,
26 uint8_t uCharset);
233 bool FX_CharSetIsCJK(uint8_t uCharset) { in FX_CharSetIsCJK() argument234 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()
103 bool FX_CharSetIsCJK(uint8_t uCharset);