Searched refs:uCharset (Results 1 – 4 of 4) sorted by relevance
126 uint32_t FPF_SkiaGetCharset(uint8_t uCharset) { in FPF_SkiaGetCharset() argument127 switch (uCharset) { in FPF_SkiaGetCharset()177 uint8_t uCharset) { in FPF_SKIAGetFamilyHash() argument185 bsFont += uCharset; in FPF_SKIAGetFamilyHash()189 bool FPF_SkiaIsCJK(uint8_t uCharset) { in FPF_SkiaIsCJK() argument190 return (uCharset == FX_CHARSET_ChineseSimplified) || in FPF_SkiaIsCJK()191 (uCharset == FX_CHARSET_ChineseTraditional) || in FPF_SkiaIsCJK()192 (uCharset == FX_CHARSET_Hangul) || (uCharset == FX_CHARSET_ShiftJIS); in FPF_SkiaIsCJK()285 uint8_t uCharset, in CreateFont() argument288 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont()[all …]
186 uint8_t uCharset) { in InitFont() argument214 m_uCharset = uCharset; in InitFont()
29 uint8_t uCharset,
43 uint8_t uCharset);